Up to [cvs.NetBSD.org] / src / lib / libc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-8-1-RELEASE
Revision 1.273 / (download) - annotate - [select for diffs], Tue May 9 11:14:16 2017 UTC (5 years, 10 months ago) by kre
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Changes since 1.272: +2 -2
lines
Diff to previous 1.272 (unified)
Add the new signalname/signalnext/signalnumber interface to libc. This as discussed on current-users in the thread entitled: Proposal: new libc/libutil functions to map SIGXXXX <-> "XXXX" that can be found (starting at): http://mail-index.netbsd.org/current-users/2017/04/28/msg031600.html These functions provide the mechanism to enable applications to divorce themselves from internal details of the signal implementation. Libc minor bumped, prototypes in <signal.h>, sets lists updated (and sorted). One and all: feel free to improve the sources & man page (etc), but please do not change the function signatures without discussion.