diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-03-06 18:44:57 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-03-06 18:44:57 +0000 |
commit | 995e6500cd63ceea5971fd7ea8962cdfa37150f9 (patch) | |
tree | e1f36011e44a63819531f5fd51a42dfb2e6105ff | |
parent | 965060495a3fc62e23a3e71dfdcb3b967e90a5bc (diff) |
recallocarray bump
-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 4821cfc2bd0..bc3791c80c5 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=89 -minor=2 +minor=3 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |