summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strchr.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-15 15:27:19 +0000
committerbde <bde@FreeBSD.org>1997-10-15 15:27:19 +0000
commit50f061ebcd4c9f81f4690c0923e0d117ca1d39e2 (patch)
treecfff353ed97b74d27d7b968b05ad6811ee7b3b88 /lib/libc/string/strchr.c
parentd359eb4addeb95a936a9c9c7a294cf8b74158b9c (diff)
downloadFreeBSD-src-50f061ebcd4c9f81f4690c0923e0d117ca1d39e2.zip
FreeBSD-src-50f061ebcd4c9f81f4690c0923e0d117ca1d39e2.tar.gz
Added some 2-line source files to get a direct correspondence
between sources and objects. This will be used to avoid messy special cases in Makefile.inc.
Diffstat (limited to 'lib/libc/string/strchr.c')
-rw-r--r--lib/libc/string/strchr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c
new file mode 100644
index 0000000..ee33662
--- /dev/null
+++ b/lib/libc/string/strchr.c
@@ -0,0 +1,2 @@
+#define STRCHR
+#include "index.c"
OpenPOWER on IntegriCloud