mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* syscalls.cc (seteuid32): Fix incorrect use of system_printf.
This commit is contained in:
parent
74fcdaec20
commit
3557bbc1ea
@ -1,3 +1,7 @@
|
|||||||
|
2002-07-01 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* syscalls.cc (seteuid32): Fix incorrect use of system_printf.
|
||||||
|
|
||||||
2002-07-02 Christopher January <chris@atomice.net>
|
2002-07-02 Christopher January <chris@atomice.net>
|
||||||
|
|
||||||
* autoload.cc (GetSecurityInfo): Define new autoload function.
|
* autoload.cc (GetSecurityInfo): Define new autoload function.
|
||||||
|
@ -2101,7 +2101,7 @@ seteuid32 (__uid32_t uid)
|
|||||||
failed:
|
failed:
|
||||||
if (uid == myself->uid)
|
if (uid == myself->uid)
|
||||||
{
|
{
|
||||||
system_printf ("special case, returning 0");
|
syscall_printf ("special case, returning 0");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
cygheap->user.token = sav_token;
|
cygheap->user.token = sav_token;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user