freebsd11_network: Do not define ffs() for Clang.
cpufunc.h uses the __builtin version here.
This commit is contained in:
parent
4c00d515f1
commit
416efa19c6
@ -595,6 +595,7 @@ printf(const char *format, ...)
|
||||
}
|
||||
|
||||
|
||||
#ifndef __clang__
|
||||
int
|
||||
ffs(int value)
|
||||
{
|
||||
@ -608,6 +609,7 @@ ffs(int value)
|
||||
|
||||
return i;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user