mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
2002-07-19 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
This commit is contained in:
parent
46ca7a1c6d
commit
9318136896
@ -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 "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user