mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Reduce namespace pollution.
This commit is contained in:
parent
c8b9c2d913
commit
fd078b3dd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131875
@ -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 New Issue
Block a user