diff options
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index d32c5c07..0a970ac8 100644 --- a/src/utils.c +++ b/src/utils.c @@ -180,7 +180,7 @@ char *osmo_hexdump_nospc(const unsigned char *buf, int len) /* Compat with previous typo to preserve abi */ char *osmo_osmo_hexdump_nospc(const unsigned char *buf, int len) - __attribute__((alias("osmo_hexdump_nospc"))); + __attribute__((weak, alias("osmo_hexdump_nospc"))); #include "../config.h" #ifdef HAVE_CTYPE_H |