diff options
author | Roland McGrath <roland@gnu.org> | 2002-07-22 03:54:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-07-22 03:54:21 +0000 |
commit | 9318136896e0baff840afecd5f0f589fddb44ed2 (patch) | |
tree | 6fa4e7068e96dc8eebf6db52a1c6363d6ba06b6d /sysdeps/mach/hurd/errnos.awk | |
parent | 46ca7a1c6d7b01a2ab5e4a75cbb68f902dcb95ad (diff) | |
download | glibc-9318136896e0baff840afecd5f0f589fddb44ed2.tar.gz glibc-9318136896e0baff840afecd5f0f589fddb44ed2.tar.xz glibc-9318136896e0baff840afecd5f0f589fddb44ed2.zip |
2002-07-19 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
Diffstat (limited to 'sysdeps/mach/hurd/errnos.awk')
-rw-r--r-- | sysdeps/mach/hurd/errnos.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/errnos.awk b/sysdeps/mach/hurd/errnos.awk index b3ac216017..cefa24f0ae 100644 --- a/sysdeps/mach/hurd/errnos.awk +++ b/sysdeps/mach/hurd/errnos.awk @@ -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 ""; |