This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for nanosleep


Hi,

I have forwarded a few emails regarding the nanosleep bug in glibc. I
am enclosing a testcase and a patch. Basically, the Linux kernel
doesn't really ignore SIGCHLD for nanosleep. We have to block it
in glibc if it is ignored by the process.

BTW, I didn't change linuxthreads. I am not sure what it should do
with the ignored SIGCHLD.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
---
/*

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]