diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-29 06:49:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-29 06:49:03 +0000 |
commit | c508104668f4990637ef2098ab831d88c9a1024c (patch) | |
tree | abe4a90b75254a306dec81a865aea1edfbf2d435 | |
parent | 392d7920cd6e66a9e0fd6a4fb2c93d1ccabf65b9 (diff) | |
download | glibc-c508104668f4990637ef2098ab831d88c9a1024c.tar.gz glibc-c508104668f4990637ef2098ab831d88c9a1024c.tar.xz glibc-c508104668f4990637ef2098ab831d88c9a1024c.zip |
Regenerated from ../sysdeps/mach/hurd/errnos.awk ../manual/errno.texi /gd4/gnu/mach/mach/message.h /gd4/gnu/mach/mach/kern_return.h /gd4/gnu/mach/mach/mig_errors.h /gd4/gnu/mach/device/device_types.h cvs/libc-960430 cvs/libc-960429
-rw-r--r-- | sysdeps/mach/hurd/errnos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/errnos.h b/sysdeps/mach/hurd/errnos.h index acc9951706..ad73f1b9ac 100644 --- a/sysdeps/mach/hurd/errnos.h +++ b/sysdeps/mach/hurd/errnos.h @@ -274,6 +274,7 @@ enum __error_t_codes symbolic values. */ #ifdef __USE_GNU typedef enum __error_t_codes error_t; +#define __error_t_defined 1 #endif /* errno is a per-thread variable. */ |