2002-07-19 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 22 Jul 2002 03:54:21 +0000 (03:54 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 22 Jul 2002 03:54:21 +0000 (03:54 +0000)
* sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.

sysdeps/mach/hurd/errnos.awk

index b3ac216..cefa24f 100644 (file)
@@ -160,7 +160,6 @@ END \
 extern int *__errno_location (void) __THROW __attribute__ ((__const__));\n\
 \n\
 #define errno                  (*__errno_location ())\n\
-#define __set_errno(val)       (errno = (val))\n\
 ";
     print "#endif /* <errno.h> included.  */";
     print "";