From 392d7920cd6e66a9e0fd6a4fb2c93d1ccabf65b9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 29 Apr 1996 05:21:53 +0000 Subject: Mon Apr 29 00:11:59 1996 Roland McGrath * 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. --- argz.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 argz.h (limited to 'argz.h') diff --git a/argz.h b/argz.h new file mode 100644 index 0000000000..179e693106 --- /dev/null +++ b/argz.h @@ -0,0 +1 @@ +#include -- cgit 1.4.1