diff options
author | 2019-05-28 14:49:38 +0000 | |
---|---|---|
committer | 2019-05-28 14:49:38 +0000 | |
commit | 1b177f11ce5a422541b041301a3bdd7b5372a2c9 (patch) | |
tree | 3bf2ef654bd47c63a28779f025de6c1b10515f9c /lib/libc | |
parent | Remove mention of YP lookup from hosts(5), as support was removed from (diff) | |
download | wireguard-openbsd-1b177f11ce5a422541b041301a3bdd7b5372a2c9.tar.xz wireguard-openbsd-1b177f11ce5a422541b041301a3bdd7b5372a2c9.zip |
_thread_sys___realpath must be exported like _thread_sys___getcwd obviously.
None will all it, but this is the mechanism by which ramdisk build
determines which .o files to build for it's libraries.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index 9e2e5b2e1b8..7d632a96e3c 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -35,6 +35,7 @@ _exit _thread_canceled _thread_sys___get_tcb _thread_sys___getcwd +_thread_sys___realpath _thread_sys___semctl _thread_sys___set_tcb _thread_sys___syscall |