This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] BZ #14782 system async cancellation


On Thu, Nov 01, 2012 at 01:48:01PM +0100, Andreas Schwab wrote:
> > Could you please clarify. FORK does not appear anywhere else in either
> > of these two files except the #ifdef in sysdeps/posix/system.c, where
> > it's intended that the code in the #else clause be used.
> 
> And what about all the other uses of the macro?

There are no other uses. This macro is defined in a .c file, not a .h
file, and the only use of it is from the included .c file. If you
claim this is not correct, please be explicit about what "other uses"
you're talking about, because as far as I can tell there are none and
you're wrongly assuming this patch is being applied to some header
file that's used all over the place, rather than to a single source
file.

Rich


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