Date: Wed, 2 Oct 2002 03:53:48 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys sigaction.2 sigaltstack.2 sigprocmask.2 src/lib/libc_r/man sigwait.3 src/lib/libpthread/man sigwait.3 src/lib/libc_r/uthread uthread_sigwait.c src/lib/libpthread/thread thr_sigwait.c src/include signal.h Message-ID: <200210021053.g92ArnIB041589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/10/02 03:53:48 PDT Modified files: lib/libc/sys sigaction.2 sigprocmask.2 sigaltstack.2 lib/libc_r/man sigwait.3 lib/libpthread/man sigwait.3 lib/libc_r/uthread uthread_sigwait.c lib/libpthread/thread thr_sigwait.c include signal.h Log: Add the 'restrict' type qualifier to the prototypes of `sigaction', `sigprocmask', `sigaltstack', and `sigwait' as well as to the prototypes of the apparantly unimplemented functions `sigtimedwait' and `sigwaitinfo'. This complies with IEEE Std 1003.1-2001. Revision Changes Path 1.18 +7 -6 src/include/signal.h 1.39 +4 -1 src/lib/libc/sys/sigaction.2 1.20 +1 -1 src/lib/libc/sys/sigaltstack.2 1.14 +4 -2 src/lib/libc/sys/sigprocmask.2 1.8 +2 -2 src/lib/libc_r/man/sigwait.3 1.20 +1 -1 src/lib/libc_r/uthread/uthread_sigwait.c 1.9 +1 -1 src/lib/libpthread/man/sigwait.3 1.21 +1 -1 src/lib/libpthread/thread/thr_sigwait.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210021053.g92ArnIB041589>