From 9318136896e0baff840afecd5f0f589fddb44ed2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 Jul 2002 03:54:21 +0000 Subject: 2002-07-19 Roland McGrath * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output. --- sysdeps/mach/hurd/errnos.awk | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/errnos.awk b/sysdeps/mach/hurd/errnos.awk index b3ac216..cefa24f 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 /* included. */"; print ""; -- cgit v1.1