]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/posix/pause.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 28 Jan 2003 09:08:07 +0000 (09:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 28 Jan 2003 09:08:07 +0000 (09:08 +0000)
commit772e3426a7b6f5200cb1029d41308b8b666cdbab
tree7f881f4054beae5b9352ad9771e37ce31dee8b8d
parent0566b130fbb77c2673d0459b4d9ff825fc68b094
Update.

2003-01-28  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/common/pause.c (do_pause): New function.  Split
from __libc_pause.  Implement using sigsuspend.
(__libc_pause): Call do_pause to do the real work.

* sysdeps/posix/sigpause.c (do_sigpause): Check range of
sig_or_mask parameter is is_sig != 0.
ChangeLog
sysdeps/posix/sigpause.c
sysdeps/unix/common/pause.c