Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 1997 12:14:55 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@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:  <199708121914.MAA19045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        1997/08/12 12:14:55 PDT

  Modified files:
    lib/libc/gen         sleep.c usleep.c 
  Log:
  Back out my installation of SIGALRM handler even if it is blocked
  and return to previous Peter's variant.
  POSIX says that this place is implementation defined and old variant allows
  application block SIGALRM and sleep and not be killed by external SIGALRMs.
  BTW, GNU sleep f.e. sleeps forever in blocked SIGALRM :-)
  
  Revision  Changes    Path
  1.15      +29 -19    src/lib/libc/gen/sleep.c
  1.13      +29 -19    src/lib/libc/gen/usleep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708121914.MAA19045>