diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-05 08:24:17 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-05 08:24:17 +0000 |
commit | 9d72fe3fc643c2b158a06db6c848a584b9686c3d (patch) | |
tree | 3c85464ccb4432fd2799ad52e6002def650d09dc /lib/libc | |
parent | cecf1f096e82006d6c9e3371fdea05125f38e03e (diff) |
aligned_alloc bump
Diffstat (limited to 'lib/libc')
-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 8e772f307cf..2ea5756d25d 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=92 -minor=6 +minor=7 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |