summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2018-09-09 07:24:59 +0000
committermaya <maya@NetBSD.org>2018-09-09 07:24:59 +0000
commit759d4b8c007dce9fa14a6998b84b2a454328d770 (patch)
tree0ae9ac8649fd6528628c2291b3d997e32c5992dc /lib/libpthread
parentcdeb425b38400cf53735296847ba177f26b27779 (diff)
Add a todo item for a future major bump (rename many symbols)
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/shlib_version5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version
index acabe30283d..93a2a3856ed 100644
--- a/lib/libpthread/shlib_version
+++ b/lib/libpthread/shlib_version
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.17 2016/04/23 23:23:17 christos Exp $
+# $NetBSD: shlib_version,v 1.18 2018/09/09 07:24:59 maya Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# Things to do when bumping major version:
@@ -15,5 +15,8 @@
# inspect them for priority inheritance / inter-process synch,
# without compat_netbsd32 shims??
#
+# use reserved identifiers for things that shouldn't be visible,
+# e.g. rename pthread__pagesize to __pthread_pagesize,
+#
major=1
minor=3