diff options
Diffstat (limited to 'sunrpc/create_xid.c')
-rw-r--r-- | sunrpc/create_xid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c index 63e586f504..ae48cd2bc5 100644 --- a/sunrpc/create_xid.c +++ b/sunrpc/create_xid.c @@ -22,6 +22,8 @@ #include <libc-lock.h> #include <rpc/rpc.h> +extern unsigned long _create_xid (void) attribute_hidden; + /* The RPC code is not threadsafe, but new code should be threadsafe. */ __libc_lock_define_initialized (static, createxid_lock) |