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.16-ports-merge-809-g1a538b9


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  1a538b9f15420661205cc2d6314b465384a88a7e (commit)
      from  ec13345babb6183b7f7e88b6bc797dded3d24c84 (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=1a538b9f15420661205cc2d6314b465384a88a7e

commit 1a538b9f15420661205cc2d6314b465384a88a7e
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Nov 30 13:53:44 2012 -0700

           * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
           * include/rpc/svc.h: ... here.

diff --git a/ChangeLog b/ChangeLog
index 86b1a9b..f888bb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
+	* include/rpc/svc.h: ... here.
+
 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
 
 	[BZ #13013]
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 141971e..61a8ab3 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -35,4 +35,6 @@ libc_hidden_proto (svcunixfd_create)
 libc_hidden_proto (svc_getreq_common)
 libc_hidden_proto (svc_getreq_poll)
 
+extern void __svc_accept_failed (void) attribute_hidden;
+
 #endif
diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h
index 58a5f7d..ae6d9ac 100644
--- a/sunrpc/rpc/svc.h
+++ b/sunrpc/rpc/svc.h
@@ -333,5 +333,4 @@ extern SVCXPRT *svcunix_create (int __sock, u_int __sendsize, u_int __recvsize,
 
 __END_DECLS
 
-extern void __svc_accept_failed (void) attribute_hidden;
 #endif /* rpc/svc.h */

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

Summary of changes:
 ChangeLog         |    5 +++++
 include/rpc/svc.h |    2 ++
 sunrpc/rpc/svc.h  |    1 -
 3 files changed, 7 insertions(+), 1 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]