CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/05/22 18:18:57
Modified files:
include : setjmp.h
lib/libc : Symbols.list
lib/libc/gen : Makefile.inc setjmp.3
lib/libc/arch/arm/gen: _setjmp.S setjmp.S
lib/libc/arch/m88k/gen: _setjmp.S setjmp.S sigsetjmp.S
lib/libc/arch/mips64/gen: _setjmp.S setjmp.S
Removed files:
lib/libc/gen : setjmperr.c
Log message:
Stop supporting longjmperror(); it's not used, not portable, and the checks
longjmp performs can't really be relied upon, even after we got rid of the
false positives...
ok millert@ deraadt@