Reduce namespace pollution.

This commit is contained in:
Dag-Erling Smørgrav 2004-07-09 13:52:42 +00:00
parent c8b9c2d913
commit fd078b3dd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131875

View File

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