[rtems-libbsd commit] Declare flsll()
Sebastian Huber
sebh at rtems.org
Tue Apr 26 13:22:24 UTC 2016
Module: rtems-libbsd
Branch: master
Commit: 55d372f0a92fa862e90da3ee23cb061aaa9c7ec4
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=55d372f0a92fa862e90da3ee23cb061aaa9c7ec4
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Oct 30 08:01:30 2015 +0100
Declare flsll()
---
freebsd/sys/sys/libkern.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/freebsd/sys/sys/libkern.h b/freebsd/sys/sys/libkern.h
index 4965ba3..9700e09 100644
--- a/freebsd/sys/sys/libkern.h
+++ b/freebsd/sys/sys/libkern.h
@@ -105,6 +105,9 @@ int fls(int);
#ifndef HAVE_INLINE_FLSL
int flsl(long);
#endif
+#ifndef HAVE_INLINE_FLSLL
+int flsll(long long);
+#endif
int fnmatch(const char *, const char *, int);
int locc(int, char *, u_int);
void *memchr(const void *s, int c, size_t n);
More information about the vc
mailing list