Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involved

in confstr() processing.
This commit is contained in:
Garrett Wollman 2002-07-15 21:56:40 +00:00
parent 97ec79a175
commit 476d84ff75
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100147
2 changed files with 2 additions and 3 deletions

View File

@ -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 */

View File

@ -145,9 +145,6 @@
#define _SC_STREAM_MAX 26
#define _SC_TZNAME_MAX 27
/* configurable system strings */
#define _CS_PATH 1
#ifdef _P1003_1B_VISIBLE
#define _POSIX_PRIORITY_SCHEDULING