include: fix ffs, fls guards
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
		| @@ -50,12 +50,14 @@ void	 bzero(void *, size_t);					/* LEGACY */ | |||||||
| #if __BSD_VISIBLE | #if __BSD_VISIBLE | ||||||
| void	 explicit_bzero(void *, size_t); | void	 explicit_bzero(void *, size_t); | ||||||
| #endif | #endif | ||||||
| #if __XSI_VISIBLE | #if __MISC_VISIBLE || __POSIX_VISIBLE < 200809 || __XSI_VISIBLE >= 700 | ||||||
| int	 ffs(int) __pure2; | int	 ffs(int) __pure2; | ||||||
| #endif | #endif | ||||||
| #if __BSD_VISIBLE | #if __GNU_VISIBLE | ||||||
| int	 ffsl(long) __pure2; | int	 ffsl(long) __pure2; | ||||||
| int	 ffsll(long long) __pure2; | int	 ffsll(long long) __pure2; | ||||||
|  | #endif | ||||||
|  | #if __BSD_VISIBLE | ||||||
| int	 fls(int) __pure2; | int	 fls(int) __pure2; | ||||||
| int	 flsl(long) __pure2; | int	 flsl(long) __pure2; | ||||||
| int	 flsll(long long) __pure2; | int	 flsll(long long) __pure2; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user