summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2019-02-04 16:45:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2019-02-04 16:45:41 +0000
commit3e79e4169ef6258bd8428545b8028a4b478ca1fe (patch)
tree2140a038f1cbb60fc2ed0c5e6293f94674a589b8 /lib/libc/shlib_version
parent66dd949ade2bf91e71a63b26f5d4651f4aa86178 (diff)
Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.
This requires a libc major version bump. OK deraadt@
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 450ffe9bf59..2f0e8523115 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=94
+major=95
minor=0
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.