[PATCH] BZ #14782 system async cancellation

Siddhesh Poyarekar siddhesh@redhat.com
Thu Nov 1 12:54:00 GMT 2012


On Thu, 1 Nov 2012 08:35:45 -0400, Rich 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.

FORK is defined for various architectures as well, so you need to
remove those, without which your patch is incomplete.  Easy first step
would be to simply remove the #ifdef FORK from sysdeps/posix/system.c
so that the use of FORK is explicitly eliminated, after which the
architecture specific sysdep files can be eliminated.  Not sure if that
is what Andreas referred to.

Oh, and you need a ChangeLog too.

Siddhesh



More information about the Libc-alpha mailing list