diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-15 21:56:40 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-15 21:56:40 +0000 |
| commit | 476d84ff75b53950a57731b1f55ba1226a630a1d (patch) | |
| tree | cda2eb8f6f5e787a5901b4da4553bc1d5b5fd4f3 /include | |
| parent | 97ec79a17552afbb6cbbe5e63f54fd64031cacf9 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index ff858bf76338..7abf307a9c48 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 */ |
