diff options
author | peter <peter@FreeBSD.org> | 1997-10-15 14:06:15 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-10-15 14:06:15 +0000 |
commit | b998805f25b7b078bb5c2efcf677ad278ddc256b (patch) | |
tree | 5a2e1af2076917b43e229b994d0eddcd86396e5b /lib/libc/string/memmove.c | |
parent | 9bf78b0184c72a1926978692dbe86c68b68df723 (diff) | |
download | FreeBSD-src-b998805f25b7b078bb5c2efcf677ad278ddc256b.zip FreeBSD-src-b998805f25b7b078bb5c2efcf677ad278ddc256b.tar.gz |
Give up on the "try and compensate for broken programs" cruft and revert
back to the original single nanosleep() implementation. This is POSIX and
Unix98 (aka single-unix spec v2) compliant behavior. If a program sets
alarm(2) or an interval timer (setitimer(2)) without a SIGALRM handler
being active, sleep(3) will no longer absorb it, and the program will get
what it asked for..... :-]
The original reason for this in the first place (apache) doesn't seem to
need it anymore, according to Andrey.
Reviewed by: ache, bde
Diffstat (limited to 'lib/libc/string/memmove.c')
0 files changed, 0 insertions, 0 deletions