diff options
author | Zack Weinberg <zackw@panix.com> | 2018-03-18 17:01:06 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-03-26 09:05:19 -0400 |
commit | f66704a937db50bbd78acc5c29f569b4c8e35d19 (patch) | |
tree | 92d261f99ff3346bffb3a61f6e788fe0daf6093e /sunrpc/create_xid.c | |
parent | 9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff) | |
download | glibc-zack/wip-check-localplt-2.tar glibc-zack/wip-check-localplt-2.tar.gz glibc-zack/wip-check-localplt-2.tar.bz2 glibc-zack/wip-check-localplt-2.zip |
WIP finer-grained, more aggressive local PLT call checkzack/wip-check-localplt-2
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) |