bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC] Fix setsid(0)


From: Thomas Bushnell BSG
Subject: Re: [RFC] Fix setsid(0)
Date: Tue, 17 Jan 2006 13:56:05 -0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

I think your patch is ok, but I have thought more and think that it is
the wrong place to make this change.

The same situation happens with getpgid, and you will see that in the
case of getpgid, the C library handles the zero-argument case itself.

I believe that the same should be done here, for the sake of
consistency.

So it seems to me that we should fix this by changing
sysdeps/mach/hurd/getsid.c in the C library source instead.

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]