Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: joerg
Date: Sat Nov 5 09:27:06 UTC 2011
Modified Files:
src/include: setjmp.h ucontext.h unistd.h
src/lib/libc/compat/include: setjmp.h
src/sys/sys: cdefs.h systm.h
Log Message:
Add __returns_twice for the attribute of the same name. This makes the
attribute explicit based on the functions GCC gives it too.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/include/setjmp.h
cvs rdiff -u -r1.6 -r1.7 src/include/ucontext.h
cvs rdiff -u -r1.127 -r1.128 src/include/unistd.h
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/include/setjmp.h
cvs rdiff -u -r1.88 -r1.89 src/sys/sys/cdefs.h
cvs rdiff -u -r1.250 -r1.251 src/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index