mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 05:09:34 +08:00
Declare flsll()
This commit is contained in:
parent
fa69a12153
commit
55d372f0a9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user