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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

__waitpid not a cancellation point


Linuxthreads overrides waitpid but not __waitpid, so only the public name
is a cancellation point.  It also overrides system, so that is made a
cancellation point separately.  But it does not override popen/pclose,
so those use __waitpid with no cancellation wrapper inside or out.
Is this how it should be?


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