2002-07-19 Roland McGrath <roland@frob.com>

* sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
This commit is contained in:
Roland McGrath 2002-07-22 03:54:21 +00:00
parent 46ca7a1c6d
commit 9318136896

View 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 "";