From fd078b3dd6bcd87eaaebd3644bb5e8a7ca30208c Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Fri, 9 Jul 2004 13:52:42 +0000 Subject: Reduce namespace pollution. --- include/strings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/strings.h b/include/strings.h index 895a6a4ed359..84f5b5e1965f 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 *); -- cgit v1.3