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