utils: Move thread-safe strerror replacement to a separate file
For some utils _GNU_SOURCE might be needed but that conflicts with the signature of strerror_r(3).
This commit is contained in:
@@ -36,7 +36,8 @@ selectors/traffic_selector.c threading/thread.c threading/thread_value.c \
|
||||
threading/mutex.c threading/semaphore.c threading/rwlock.c threading/spinlock.c \
|
||||
utils/utils.c utils/chunk.c utils/debug.c utils/enum.c utils/identification.c \
|
||||
utils/lexparser.c utils/optionsfrom.c utils/capabilities.c utils/backtrace.c \
|
||||
utils/printf_hook/printf_hook_builtin.c utils/settings.c utils/test.c
|
||||
utils/printf_hook/printf_hook_builtin.c utils/settings.c utils/test.c \
|
||||
utils/utils/strerror.c
|
||||
|
||||
# adding the plugin source files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user