Module Name: src
Committed By: maya
Date: Sun Sep 9 07:24:59 UTC 2018
Modified Files:
src/lib/libpthread: shlib_version
Log Message:
Add a todo item for a future major bump (rename many symbols)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libpthread/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/shlib_version
diff -u src/lib/libpthread/shlib_version:1.17 src/lib/libpthread/shlib_version:1.18
--- src/lib/libpthread/shlib_version:1.17 Sat Apr 23 23:23:17 2016
+++ src/lib/libpthread/shlib_version Sun Sep 9 07:24:59 2018
@@ -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