aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2012-11-30 13:53:44 -0700
committerJeff Law <law@redhat.com>2012-11-30 13:53:44 -0700
commit1a538b9f15420661205cc2d6314b465384a88a7e (patch)
tree714e54727b74c45eac9b1d131bc3e436d8376718 /include
parentec13345babb6183b7f7e88b6bc797dded3d24c84 (diff)
downloadglibc-1a538b9f15420661205cc2d6314b465384a88a7e.zip
glibc-1a538b9f15420661205cc2d6314b465384a88a7e.tar.gz
glibc-1a538b9f15420661205cc2d6314b465384a88a7e.tar.bz2
* sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
* include/rpc/svc.h: ... here.
Diffstat (limited to 'include')
-rw-r--r--include/rpc/svc.h2
1 files changed, 2 insertions, 0 deletions
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