diff options
| author | dholland <dholland@NetBSD.org> | 2016-07-09 20:15:06 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2016-07-09 20:15:06 +0000 |
| commit | 69361983cea00a0302c2c024d5ad61fe018e4198 (patch) | |
| tree | 559194a28d823e23a4158ba32f4abb9db8e25d07 /lib/libc/shlib_version | |
| parent | 84918c5b6d72031081a0ef107537c0f26cf77207 (diff) | |
note that on libc bump obsolete signal functions should be sent to
libcompat.
Diffstat (limited to 'lib/libc/shlib_version')
| -rw-r--r-- | lib/libc/shlib_version | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 5f1b6d21538..af44834af5d 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -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 |
