diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-04 18:46:54 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-04 18:46:54 +0000 |
commit | f40ea8b948f15392670df46fa8dd6f8641511c1b (patch) | |
tree | d106e248edca1c58f392addcda80876624a43297 /include | |
parent | f5366806c6b5e6c0c3e9553d7ded9861806c071e (diff) | |
download | src-f40ea8b948f15392670df46fa8dd6f8641511c1b.tar.gz src-f40ea8b948f15392670df46fa8dd6f8641511c1b.zip |
Notes
Diffstat (limited to 'include')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 078ce1b5f5fb..f2720786f097 100644 --- a/include/strings.h +++ b/include/strings.h @@ -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; |