From decde27a8de0953d402df2db3716543b213b9755 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 16:48:54 -0500 Subject: add POSIX.2 identifiers --- src/unistd/_CS_PATH.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/unistd/_CS_PATH.c (limited to 'src/unistd/_CS_PATH.c') diff --git a/src/unistd/_CS_PATH.c b/src/unistd/_CS_PATH.c new file mode 100644 index 00000000..53187da7 --- /dev/null +++ b/src/unistd/_CS_PATH.c @@ -0,0 +1,10 @@ +#include +#define _CS_PATH 0 + +/* +UNG_VALUE(/bin:/usr/bin) +*/ +/* +POSIX(2) +*/ + -- cgit v1.2.1