]> sourceware.org Git - newlib-cygwin.git/commitdiff
* syscalls.cc (seteuid32): Fix incorrect use of system_printf.
authorChristopher Faylor <me@cgf.cx>
Tue, 2 Jul 2002 01:42:41 +0000 (01:42 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 2 Jul 2002 01:42:41 +0000 (01:42 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/syscalls.cc

index 093e93e31f92c9de3223c1bb74105942ce00f59b..a9a3cac9d688128d7b18e6a33c3af11e66dbb051 100644 (file)
@@ -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>
 
        * autoload.cc (GetSecurityInfo): Define new autoload function.
index 2b0bc82f15ba46b4a6b64dd9e567df15bc761ce8..1e837f013e599e5577e17c46516a04caf91ff0db 100644 (file)
@@ -2101,7 +2101,7 @@ seteuid32 (__uid32_t uid)
  failed:
   if (uid == myself->uid)
     {
-      system_printf ("special case, returning 0");
+      syscall_printf ("special case, returning 0");
       return 0;
     }
   cygheap->user.token = sav_token;
This page took 0.033328 seconds and 5 git commands to generate.