Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc note that on libc bump obsolete signal functions sh...
details: https://anonhg.NetBSD.org/src/rev/54546e6a585b
branches: trunk
changeset: 346354:54546e6a585b
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Jul 09 20:15:06 2016 +0000
description:
note that on libc bump obsolete signal functions should be sent to
libcompat.
diffstat:
lib/libc/shlib_version | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r b650d82e614f -r 54546e6a585b lib/libc/shlib_version
--- a/lib/libc/shlib_version Sat Jul 09 15:04:06 2016 +0000
+++ b/lib/libc/shlib_version Sat Jul 09 20:15:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.265 2016/07/01 22:41:39 christos Exp $
+# $NetBSD: shlib_version,v 1.266 2016/07/09 20:15:06 dholland Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -43,5 +43,6 @@
# - remove arc4random(3) API
# - decide whether soft-float should support fenv.h, including thread-local contett
# - stop all math functions from setting errno
+# - boot obsolete signal functions to libcompat
major=12
minor=203
Home |
Main Index |
Thread Index |
Old Index