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/shlib_version | |
parent | 4f92ebab78078f7c8bd039422c61225b280897ae (diff) |
Add futex(2) shim, bump minor.
Inputs from guenther@, ok kettenis@, visa@
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 16eea0eb0a1..6793602e573 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=89 -minor=4 +minor=5 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |