summaryrefslogtreecommitdiff
path: root/src/unistd
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 17:00:22 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 17:00:22 -0500
commit0dbdd6cbaf492ca83efce25b636f5bce2b71652e (patch)
treebfc9024380a56e5e789866416c9113e356b33f6a /src/unistd
parentd15ecf4db13c4396f8a6e4f948abbb6c1188aee9 (diff)
add generated file
Diffstat (limited to 'src/unistd')
-rw-r--r--src/unistd/_confstr.h3
1 files changed, 3 insertions, 0 deletions
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