summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-07-15 21:56:40 +0000
committerwollman <wollman@FreeBSD.org>2002-07-15 21:56:40 +0000
commite52f5b3dbcfcdd9075e1e0fa98e7772e29de9dfe (patch)
treecda2eb8f6f5e787a5901b4da4553bc1d5b5fd4f3 /include/unistd.h
parentb2f83d271c9761c87d3b169ea14f62b35a880814 (diff)
downloadFreeBSD-src-e52f5b3dbcfcdd9075e1e0fa98e7772e29de9dfe.zip
FreeBSD-src-e52f5b3dbcfcdd9075e1e0fa98e7772e29de9dfe.tar.gz
Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involved
in confstr() processing.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud