aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/string/strchr.S
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-05-24 18:34:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-24 18:34:57 +0000
commit8d79fd1c94cb021b6852e6f44e27183ec83fe04c (patch)
treeaa5e0e69f65cc79d4b9aef84e63d6fff65a2e477 /libc/arch-x86/string/strchr.S
parent2317275f859a685386889139855f2f3314337d53 (diff)
parente4c4ada5804beb689905286b9bbe6521a186d302 (diff)
downloadandroid_bionic-8d79fd1c94cb021b6852e6f44e27183ec83fe04c.tar.gz
android_bionic-8d79fd1c94cb021b6852e6f44e27183ec83fe04c.tar.bz2
android_bionic-8d79fd1c94cb021b6852e6f44e27183ec83fe04c.zip
Merge "libc x86: Remove index.S, strcpy.S, strchr.S"
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 f76e593fc..000000000
--- 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"