From: Andreas Jaeger Date: Mon, 11 Jun 2001 07:41:59 +0000 (+0000) Subject: Add __BEGIN_DECLS/__END_DECLS. X-Git-Tag: upstream/2.20~16004 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a854060c51a7bc99c45324811ea22ba634c6a271;p=platform%2Fupstream%2Flinaro-glibc.git Add __BEGIN_DECLS/__END_DECLS. --- diff --git a/sunrpc/rpc/rpc.h b/sunrpc/rpc/rpc.h index 5150abf..38e4385 100644 --- a/sunrpc/rpc/rpc.h +++ b/sunrpc/rpc/rpc.h @@ -67,6 +67,7 @@ /* routines for parsing /etc/rpc */ #include /* 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 */