Stop advertising rindex(3), which is both deprecated and unimplemented.

Change-Id: I3c775d9974e49c3f76a53e46e022659657b89034
This commit is contained in:
Elliott Hughes
2013-02-21 17:39:06 -08:00
parent a0259b42eb
commit 538f6fc202
4 changed files with 0 additions and 34 deletions

View File

@@ -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);