mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
lib/util: Make raw_ctz() implementation non-static.
Signed-off By: Jarno Rajahalme <jrajahalme@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -894,7 +894,7 @@ log_2_ceil(uint32_t n)
|
||||
#elif __GNUC__ >= 4 && UINT_MAX == UINT32_MAX
|
||||
/* Defined inline in util.h. */
|
||||
#else
|
||||
static int
|
||||
int
|
||||
raw_ctz(uint32_t n)
|
||||
{
|
||||
unsigned int k;
|
||||
|
Reference in New Issue
Block a user