summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-07-09 13:52:42 +0000
committerdes <des@FreeBSD.org>2004-07-09 13:52:42 +0000
commitf51d81efae8a07fbc6059c6602fd4ed3a8d528e9 (patch)
tree4d2d66b0c8e3f7f3014fe4f812376f27e00ccfea
parent10b0f934b6ae23c27d5a09ce4808a4f1edca8330 (diff)
downloadFreeBSD-src-f51d81efae8a07fbc6059c6602fd4ed3a8d528e9.zip
FreeBSD-src-f51d81efae8a07fbc6059c6602fd4ed3a8d528e9.tar.gz
Reduce namespace pollution.
-rw-r--r--include/strings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index 895a6a4..84f5b5e 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -42,9 +42,11 @@ int bcmp(const void *, const void *, size_t); /* LEGACY */
void bcopy(const void *, void *, size_t); /* LEGACY */
void bzero(void *, size_t); /* LEGACY */
int ffs(int);
+#ifdef __BSD_VISIBLE
int ffsl(long);
int fls(int);
int flsl(long);
+#endif
char *index(const char *, int); /* LEGACY */
char *rindex(const char *, int); /* LEGACY */
int strcasecmp(const char *, const char *);
OpenPOWER on IntegriCloud