guile-devel
[Top][All Lists]
Advanced

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

Re: Support open-process and friends on MS-Windows


From: Ludovic Courtès
Subject: Re: Support open-process and friends on MS-Windows
Date: Tue, 05 Jul 2016 10:04:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mark H Weaver <address@hidden> skribis:

> Eli Zaretskii <address@hidden> writes:
>
>>> From: Mark H Weaver <address@hidden>
>>> Cc: address@hidden (Ludovic Courtès),  address@hidden,
>>>   address@hidden
>>> Date: Sat, 02 Jul 2016 19:02:08 -0400
>>> 
>>> Eli Zaretskii <address@hidden> writes:
>>> > +# define getuid()              (500) /* Local Administrator */
>>> > +# define getgid()              (513) /* None */
>>> > +# define setuid(u)             (0)
>>> > +# define setgid(g)             (0)

What about leaving ‘setuid’ and ‘setgid’ undefined, as was the case
until now?

‘getuid’ and ‘getgid’ could either be undefined or return a “random”
value; the latter only makes sense if in practice it helps run useful
code without any observable difference, though I’m unsure whether such
code exists.

Anyway, I think we shouldn’t lose our hair over this problem; I’m
grateful Eli did all this work porting Guile to MinGW, and that is what
matters most.

Thanks,
Ludo’.



reply via email to

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