Module Name: src Committed By: joerg Date: Sat Jul 31 00:04:43 UTC 2010
Modified Files: src/include: signal.h src/lib/libc/gen: sigsetops.c src/sys/sys: cdefs.h Log Message: Define a new __c99inline macro for compilers known to implement the C99 behavior. This unbreaks GCC 4.4's libgfortran build with the old signal.h logic, because GCC decided to put the body for the sigsetop functions in multiple objects. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/include/signal.h cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/sigsetops.c cvs rdiff -u -r1.78 -r1.79 src/sys/sys/cdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.