Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Add a todo item for a future major bump (rena...



details:   https://anonhg.NetBSD.org/src/rev/2df4c01b6977
branches:  trunk
changeset: 433350:2df4c01b6977
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Sep 09 07:24:59 2018 +0000

description:
Add a todo item for a future major bump (rename many symbols)

diffstat:

 lib/libpthread/shlib_version |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c9ab28d3d9f3 -r 2df4c01b6977 lib/libpthread/shlib_version
--- a/lib/libpthread/shlib_version      Sun Sep 09 07:21:17 2018 +0000
+++ b/lib/libpthread/shlib_version      Sun Sep 09 07:24:59 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index