summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/string/strchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/string/strchr.S')
-rw-r--r--libc/arch-x86/string/strchr.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/arch-x86/string/strchr.S b/libc/arch-x86/string/strchr.S
deleted file mode 100644
index f76e593..0000000
--- a/libc/arch-x86/string/strchr.S
+++ /dev/null
@@ -1,3 +0,0 @@
-/* $OpenBSD: strchr.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
-#define STRCHR
-#include "index.S"