diff options
author | Nick Kralevich <nnk@google.com> | 2013-05-24 18:34:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-05-24 18:34:57 +0000 |
commit | 8d79fd1c94cb021b6852e6f44e27183ec83fe04c (patch) | |
tree | aa5e0e69f65cc79d4b9aef84e63d6fff65a2e477 /libc/arch-x86/string/strchr.S | |
parent | 2317275f859a685386889139855f2f3314337d53 (diff) | |
parent | e4c4ada5804beb689905286b9bbe6521a186d302 (diff) | |
download | android_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.S | 3 |
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" |