From e52f5b3dbcfcdd9075e1e0fa98e7772e29de9dfe Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 15 Jul 2002 21:56:40 +0000 Subject: Move _CS_PATH from to -- the kernel isn't involved in confstr() processing. --- include/unistd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/unistd.h b/include/unistd.h index ff858bf..7abf307 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -141,6 +141,8 @@ int getopt(int, char * const [], const char *); extern char *optarg; /* getopt(3) external variables */ extern int optind, opterr, optopt; + +#define _CS_PATH 1 /* default value of PATH */ #endif /* ISO/IEC 9945-1: 1996 */ -- cgit v1.1