diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 09:01:15 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 09:01:15 +0000 |
commit | 5018f0cf3687ac8fdf90e6f28dd04bf4ab001c36 (patch) | |
tree | 4a9a5f90f3a963a9e95d2cfe487464b600c98dac /lib/libc/Symbols.list | |
parent | 4f92ebab78078f7c8bd039422c61225b280897ae (diff) |
Add futex(2) shim, bump minor.
Inputs from guenther@, ok kettenis@, visa@
Diffstat (limited to 'lib/libc/Symbols.list')
-rw-r--r-- | lib/libc/Symbols.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index 46d319ab3cc..c26e08624c5 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -77,6 +77,7 @@ _thread_sys_fstatat _thread_sys_fstatfs _thread_sys_fsync _thread_sys_ftruncate +_thread_sys_futex _thread_sys_futimens _thread_sys_futimes _thread_sys_getdents @@ -272,6 +273,7 @@ fstatat fstatfs fsync ftruncate +futex futimens futimes getdents |