add note about gets()
This commit is contained in:
parent
e3332f3a4a
commit
79ecfd8450
@ -1,4 +1,4 @@
|
||||
# $NetBSD: shlib_version,v 1.244 2013/11/10 20:59:27 joerg Exp $
|
||||
# $NetBSD: shlib_version,v 1.245 2013/12/08 21:29:15 dholland Exp $
|
||||
# Remember to update distrib/sets/lists/base/shl.* when changing
|
||||
#
|
||||
# things we wish to do on next major version bump:
|
||||
@ -32,6 +32,7 @@
|
||||
# - kill sigcontext: never request version 0 or 1 signal trampoline.
|
||||
# always request version 2 trampoline. (on vax, 3).
|
||||
# - remove gets(); it is finally dead in c11.
|
||||
# (note: maybe it still needs to be kept in a compat lib; but not in libc)
|
||||
# - make __cerror (spelled CERROR) hidden again
|
||||
# - remove ruserok() and friends to libcompat (or entirely)
|
||||
# - remove alloca fallback and expect compiler to provide a builtin version.
|
||||
|
Loading…
Reference in New Issue
Block a user