summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/errnos.awk
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-04-29 05:21:53 +0000
committerRoland McGrath <roland@gnu.org>1996-04-29 05:21:53 +0000
commit392d7920cd6e66a9e0fd6a4fb2c93d1ccabf65b9 (patch)
tree0071b8b380e466f0f27db67b8f678bfb5f234aa8 /sysdeps/mach/hurd/errnos.awk
parent7b3547eb0fb471e1f2135f709eb53d79a45838cb (diff)
Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* errno.h [!__error_t_defined] (error_t): New type. * sysdeps/mach/hurd/errnos.awk: #define __error_t_defined after the typedef in errnos.h. * string/envz.c, string/envz.h: New files. * string/argz.h, string/argz-append.c, string/argz-count.c, string/argz-create.c, string/argz-delete.c, string/argz-extract.c, string/argz-insert.c, string/argz-stringify.c: New files. * string/Makefile (routines): Add envz, argz-*. (headers): Add argz.h, envz.h.
Diffstat (limited to 'sysdeps/mach/hurd/errnos.awk')
-rw-r--r--sysdeps/mach/hurd/errnos.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/errnos.awk b/sysdeps/mach/hurd/errnos.awk
index a8029987b5..95cfe10da6 100644
--- a/sysdeps/mach/hurd/errnos.awk
+++ b/sysdeps/mach/hurd/errnos.awk
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -144,6 +144,7 @@ END \
symbolic values. */";
print "#ifdef __USE_GNU";
print "typedef enum __error_t_codes error_t;"
+ print "#define __error_t_defined\t1"
print "#endif";
print "";
print "/* errno is a per-thread variable. */";