summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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