CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/25 18:09:48
Modified files:
include : setjmp.h
sys/sys : systm.h
Log message:
Explicitly annotate setjmp() and longjmp() (and friends) as
__returns_twice and __dead instead of depending on GCC's special
handling of these function names.
With input from kettenis@ and guenther@
Fixes a warning from clang
ok matthew@
