Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-07-25 22:41:15 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-07-25 22:41:15 +0400
commit61921945b6c1d269b64c708070dba4afa85f1556 (patch)
tree2a2c76e8d7fe252454d4507ce2c05b0fa8619e20 /newlib/libc/sys/linux/confstr.h
parent3d966a92d36173a2d852f72199705a811e9cb17b (diff)
2002-07-25 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/Makefile.am: Add confstr.c. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/confstr.c: New file. * libc/sys/linux/confstr.h: Ditto. * libc/sys/linux/sys/unistd.h: Include <features.h> and <bits/environments.h>.
Diffstat (limited to 'newlib/libc/sys/linux/confstr.h')
-rw-r--r--newlib/libc/sys/linux/confstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/confstr.h b/newlib/libc/sys/linux/confstr.h
new file mode 100644
index 000000000..15859c3b2
--- /dev/null
+++ b/newlib/libc/sys/linux/confstr.h
@@ -0,0 +1 @@
+#define CS_PATH "/bin:/usr/bin"