diff options
Diffstat (limited to 'libc/inet/rpc/rpc_private.h')
-rw-r--r-- | libc/inet/rpc/rpc_private.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/inet/rpc/rpc_private.h b/libc/inet/rpc/rpc_private.h index d899b401d..15250059a 100644 --- a/libc/inet/rpc/rpc_private.h +++ b/libc/inet/rpc/rpc_private.h @@ -4,10 +4,7 @@ /* Now define the internal interfaces. */ extern u_long _create_xid (void) attribute_hidden; -#undef get_rpc_createerr -extern struct rpc_createerr *__rpc_thread_createerr_internal (void) - __attribute__ ((__const__)) attribute_hidden; -#define get_rpc_createerr() (*__rpc_thread_createerr_internal ()) +libc_hidden_proto(__rpc_thread_createerr) /* * Multi-threaded support |