mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
Add __BEGIN_DECLS/__END_DECLS.
This commit is contained in:
parent
0aaa9c6a74
commit
a854060c51
@ -67,6 +67,7 @@
|
||||
/* routines for parsing /etc/rpc */
|
||||
#include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* Global variables, protected for multi-threaded applications. */
|
||||
extern fd_set *__rpc_thread_svc_fdset (void) __attribute__ ((__const__));
|
||||
@ -91,4 +92,6 @@ extern struct pollfd **__rpc_thread_svc_pollfd (void)
|
||||
extern int *__rpc_thread_svc_max_pollfd (void) __attribute__ ((__const__));
|
||||
#define svc_max_pollfd (*__rpc_thread_svc_max_pollfd ())
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* rpc/rpc.h */
|
||||
|
Loading…
Reference in New Issue
Block a user