about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/errnos.awk1
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 "";