diff options
Diffstat (limited to 'lib/libc/string/strchr.c')
-rw-r--r-- | lib/libc/string/strchr.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c deleted file mode 100644 index 1d82abe..0000000 --- a/lib/libc/string/strchr.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - -#define STRCHR -#include "index.c" |