1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Add __BEGIN_DECLS/__END_DECLS.

This commit is contained in:
Andreas Jaeger
2001-06-11 07:41:59 +00:00
parent 0aaa9c6a74
commit a854060c51

View File

@@ -67,6 +67,7 @@
/* routines for parsing /etc/rpc */ /* routines for parsing /etc/rpc */
#include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */ #include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */
__BEGIN_DECLS
/* Global variables, protected for multi-threaded applications. */ /* Global variables, protected for multi-threaded applications. */
extern fd_set *__rpc_thread_svc_fdset (void) __attribute__ ((__const__)); 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__)); extern int *__rpc_thread_svc_max_pollfd (void) __attribute__ ((__const__));
#define svc_max_pollfd (*__rpc_thread_svc_max_pollfd ()) #define svc_max_pollfd (*__rpc_thread_svc_max_pollfd ())
__END_DECLS
#endif /* rpc/rpc.h */ #endif /* rpc/rpc.h */