Date: Sun, 1 Jun 1997 01:52:38 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern syscalls.master Message-ID: <199706010852.BAA01614@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1997/06/01 01:52:38 PDT Modified files: sys/kern syscalls.master Log: New syscall, signanosleep(), which is a hybrid of sigsuspend(2) and nanosleep(2). It sleeps until either the time expires, or a signal permitted by the supplied mask arrives (eg: SIGALRM if appropriate) Revision Changes Path 1.39 +3 -2 src/sys/kern/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706010852.BAA01614>