mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
This should read #if __BSD_VISIBLE instead of #ifdef __BSD_VISIBLE.
This commit is contained in:
parent
f5366806c6
commit
f40ea8b948
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201525
@ -46,7 +46,7 @@ void bzero(void *, size_t); /* LEGACY */
|
||||
#if __XSI_VISIBLE
|
||||
int ffs(int) __pure2;
|
||||
#endif
|
||||
#ifdef __BSD_VISIBLE
|
||||
#if __BSD_VISIBLE
|
||||
int ffsl(long) __pure2;
|
||||
int ffsll(long long) __pure2;
|
||||
int fls(int) __pure2;
|
||||
|
Loading…
Reference in New Issue
Block a user