fixed conditions for sigabbrev_np

This commit is contained in:
Maxim Devaev
2026-08-03 23:07:23 +03:00
parent 72bfd68514
commit f627948a04

View File

@@ -25,7 +25,7 @@
#include <string.h>
#include <signal.h>
#if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 32
#if defined(_GNU_SOURCE) && defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 32
# define HAS_SIGABBREV_NP
#endif