diff options
author | Roland McGrath <roland@gnu.org> | 1995-05-27 07:18:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-05-27 07:18:52 +0000 |
commit | 7cc645ed273e2f584a37657c488d6bfbcc33e0f3 (patch) | |
tree | 1489d577268ce71e764ff7d680cb9c5d7f112c6e /manual | |
parent | 074d099ee3d24bff029fc2d1b7162eb9000fbd68 (diff) | |
download | glibc-7cc645ed273e2f584a37657c488d6bfbcc33e0f3.tar glibc-7cc645ed273e2f584a37657c488d6bfbcc33e0f3.tar.gz glibc-7cc645ed273e2f584a37657c488d6bfbcc33e0f3.tar.bz2 glibc-7cc645ed273e2f584a37657c488d6bfbcc33e0f3.zip |
Fri May 26 13:00:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* hurd/hurdsig.c (_hurd_internal_post_signal): Don't loop to check
pending signals if the thread is in a critical section. It will
send us a msg when it finishes.
* sysdeps/mach/hurd/pathconf.c: New file.
* sysdeps/mach/hurd/fpathconf.c: New file.
* sysdeps/mach/hurd/sigaction.c: Only notify the proc server for
SIGCHLD when the SA_NOCLDSTOP bit actually changes.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/.cvsignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/.cvsignore b/manual/.cvsignore index 2f3faf7c79..9429e1200d 100644 --- a/manual/.cvsignore +++ b/manual/.cvsignore @@ -3,7 +3,7 @@ TODO COPYING* AUTHORS copyr-* copying.* glibc-* -*.dvi* *.info* *.c.texi +*.dvi* *.info* *.c.texi *.ps *.toc *.aux *.log *.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs |