mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Reduce namespace pollution.
This commit is contained in:
parent
c8b9c2d913
commit
fd078b3dd6
1 changed files with 2 additions and 0 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue