aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/strings.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-02-21 17:39:06 -0800
committerElliott Hughes <enh@google.com>2013-02-21 17:39:06 -0800
commit538f6fc202b07219ce78de54c0e05ab81e937154 (patch)
treea8ed6260b45d305d695f99c7aa1b96e1617caaee /libc/include/strings.h
parenta0259b42eba08e6d71a274fa3f770afccbb93107 (diff)
downloadandroid_bionic-538f6fc202b07219ce78de54c0e05ab81e937154.tar.gz
android_bionic-538f6fc202b07219ce78de54c0e05ab81e937154.tar.bz2
android_bionic-538f6fc202b07219ce78de54c0e05ab81e937154.zip
Stop advertising rindex(3), which is both deprecated and unimplemented.
Change-Id: I3c775d9974e49c3f76a53e46e022659657b89034
Diffstat (limited to 'libc/include/strings.h')
-rw-r--r--libc/include/strings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/strings.h b/libc/include/strings.h
index fbdcefc38..0ee691dec 100644
--- a/libc/include/strings.h
+++ b/libc/include/strings.h
@@ -47,7 +47,6 @@ void bcopy(const void *, void *, size_t);
void bzero(void *, size_t);
int ffs(int);
char *index(const char *, int);
-char *rindex(const char *, int);
int strcasecmp(const char *, const char *);
int strncasecmp(const char *, const char *, size_t);