Module Name: src
Committed By: dholland
Date: Sat Jul 9 20:15:06 UTC 2016
Modified Files:
src/lib/libc: shlib_version
Log Message:
note that on libc bump obsolete signal functions should be sent to
libcompat.
To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/lib/libc/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/libc/shlib_version
diff -u src/lib/libc/shlib_version:1.265 src/lib/libc/shlib_version:1.266
--- src/lib/libc/shlib_version:1.265 Fri Jul 1 22:41:39 2016
+++ src/lib/libc/shlib_version Sat Jul 9 20:15:06 2016
@@ -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