From ca9bd30c262ed788486c1d367ad40550e5d806c2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Jul 2000 19:25:08 +0000 Subject: Many bugfixes, header cleanups, etc. Added abort and glob. It is getting closer... -Erik --- include/unistd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index ef67fafc4..3fb2e7f4b 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -14,6 +14,10 @@ #define STDERR_FILENO 2 +/* NULL-terminated array of "NAME=VALUE" environment variables. */ +extern char **__environ; +extern char **environ; + extern int close __P ((int)); extern size_t read __P ((int __fd, char * __buf, size_t __nbytes)); -- cgit v1.2.3