bug-glibc
[Top][All Lists]
Advanced

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

typo in sysdeps/generic/system.c


From: Kevin Pedretti
Subject: typo in sysdeps/generic/system.c
Date: Tue, 16 Dec 2003 15:38:16 -0800

I think there is a typo in sysdeps/generic/system.c

__sys_errno should be __set_errno ...

---
/mnt/hawkeye/working/gnu/glibc_linux/glibc-2.3.2/sysdeps/generic/system.c       
2001-07-07 12:21:22.000000000 -0700
+++ system.c    2003-12-16 14:04:13.000000000 -0800
@@ -28,7 +28,7 @@
   if (line == NULL)
     return 0;                  /* This indicates no command processor.  */
 
-  __sys_errno (ENOSYS);
+  __set_errno (ENOSYS);
   return -1;
 }
 weak_alias (__libc_system, system)






reply via email to

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