From 0dbdd6cbaf492ca83efce25b636f5bce2b71652e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 17:00:22 -0500 Subject: add generated file --- src/unistd/_confstr.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/unistd/_confstr.h (limited to 'src') diff --git a/src/unistd/_confstr.h b/src/unistd/_confstr.h new file mode 100644 index 00000000..77b6c381 --- /dev/null +++ b/src/unistd/_confstr.h @@ -0,0 +1,3 @@ +#ifdef _CS_PATH +case _CS_PATH: value = "/bin:/usr/bin"; break; +#endif -- cgit v1.2.1