diff options
author | 2016-05-20 03:41:44 +0000 | |
---|---|---|
committer | 2016-05-20 03:41:44 +0000 | |
commit | 22b1ff8744984f5634f475e0e92d27b760fa70ca (patch) | |
tree | e333ea3949c253ed852a0ccbc000a8156f7c5c23 /lib/libc | |
parent | regen (diff) | |
download | wireguard-openbsd-22b1ff8744984f5634f475e0e92d27b760fa70ca.tar.xz wireguard-openbsd-22b1ff8744984f5634f475e0e92d27b760fa70ca.zip |
Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary in
shared libraries...and I misspelled them anyway
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Symbols.list | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index ad9f238edba..5fbb8191a91 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -12,8 +12,6 @@ __bss_start _edata _end __end -_SDA2_BASE -_SDA_BASE /* needed by ld.so unless/until we switch to RELRO */ __got_start @@ -1012,7 +1010,7 @@ res_send_async /* net */ __b64_ntop __b64_pton -__check_rhosts_file +/*__check_rhosts_file*/ __dn_comp __dn_skipname __ivaliduser @@ -1293,8 +1291,6 @@ xprt_unregister __sF __srget __swbuf -_cleanup -_fwalk asprintf clearerr dprintf |