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