This is the mail archive of the libc-alpha@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] |
It should be hidden (I think); it doesn't need to be used by anything except the internal routines within the sunrpc code.[...]--- a/sunrpc/Versions +++ b/sunrpc/Versions @@ -118,5 +118,6 @@ libc { } GLIBC_PRIVATE { __libc_clntudp_bufcreate; __libc_rpc_getport; + __svc_accept_failed;--- a/sunrpc/rpc/svc.h +++ b/sunrpc/rpc/svc.h @@ -316,4 +316,5 @@ extern SVCXPRT *svcunix_create (int __sock, u_int __sendsize, u_int __recvsize,
__END_DECLS
+extern void __svc_accept_failed (void) attribute_hidden;
Either it's hidden or it needs to be exported, not both.
Attachment:
patch
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |