Date: Fri, 18 Jul 1997 02:48:38 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen sleep.c usleep.c Message-ID: <199707180948.CAA27990@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1997/07/18 02:48:38 PDT Modified files: lib/libc/gen sleep.c usleep.c Log: Make sleep() and usleep() "eat" any stray SIGALRM signals during the lifetime of the call, just like the old implementation did. Previously, we were only eating them if the application did not call sleep()/usleep() with SIGALRM masked. Submitted by: ache Revision Changes Path 1.12 +15 -25 src/lib/libc/gen/sleep.c 1.11 +14 -24 src/lib/libc/gen/usleep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707180948.CAA27990>