get_decimal_len wasn't declared in C portion of the code and the symbol was mangled.
This commit is contained in:
parent
c4ca1ddb13
commit
cd0c17676e
@ -192,10 +192,11 @@ int skygw_rwlock_unlock(skygw_rwlock_t* rwlock);
|
||||
int skygw_rwlock_init(skygw_rwlock_t** rwlock);
|
||||
|
||||
int atomic_add(int *variable, int value);
|
||||
size_t get_decimal_len(size_t s);
|
||||
|
||||
EXTERN_C_BLOCK_BEGIN
|
||||
|
||||
size_t get_decimal_len(size_t s);
|
||||
|
||||
char* replace_literal(char* haystack,
|
||||
const char* needle,
|
||||
const char* replacement);
|
||||
|
Loading…
x
Reference in New Issue
Block a user