From owner-cvs-all Wed Oct 2 3:53:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7446937B401; Wed, 2 Oct 2002 03:53:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4DC43E42; Wed, 2 Oct 2002 03:53:49 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g92ArnCo041590; Wed, 2 Oct 2002 03:53:49 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g92ArnIB041589; Wed, 2 Oct 2002 03:53:49 -0700 (PDT) Message-Id: <200210021053.g92ArnIB041589@freefall.freebsd.org> From: Robert Drehmel Date: Wed, 2 Oct 2002 03:53:48 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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