This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-76-ge5f484c


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e5f484c622fa0163379b7e577d5b289f0a0b49e7 (commit)
      from  d5835c26428829fc1e9b1a60c52479313a7d91a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e5f484c622fa0163379b7e577d5b289f0a0b49e7

commit e5f484c622fa0163379b7e577d5b289f0a0b49e7
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Jan 8 21:57:15 2012 -0500

    bits/poll2.h needs __BEGIN/__END_DECLS

diff --git a/ChangeLog b/ChangeLog
index 8b0f269..2035826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
 
+	* io/bits/poll2.h: Add __BEGIN/__END_DECLS.
+
 	* io/Makefile (headers): Add bits/poll2.h.
 
 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
diff --git a/io/bits/poll2.h b/io/bits/poll2.h
index 7a9dd8a..182e97b 100644
--- a/io/bits/poll2.h
+++ b/io/bits/poll2.h
@@ -22,6 +22,8 @@
 #endif
 
 
+__BEGIN_DECLS
+
 extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds,
 				      int __timeout), poll);
 extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout,
@@ -76,3 +78,5 @@ ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout,
   return __ppoll_alias (__fds, __nfds, __timeout, __ss);
 }
 #endif
+
+__END_DECLS

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    2 ++
 io/bits/poll2.h |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]