aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-04 18:46:54 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-04 18:46:54 +0000
commitf40ea8b948f15392670df46fa8dd6f8641511c1b (patch)
treed106e248edca1c58f392addcda80876624a43297 /include
parentf5366806c6b5e6c0c3e9553d7ded9861806c071e (diff)
downloadsrc-f40ea8b948f15392670df46fa8dd6f8641511c1b.tar.gz
src-f40ea8b948f15392670df46fa8dd6f8641511c1b.zip
Notes
Diffstat (limited to 'include')
-rw-r--r--include/strings.h2
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;