diff --git a/libutils/deprecated.h b/libutils/deprecated.h index a017c88..646e33f 100644 --- a/libutils/deprecated.h +++ b/libutils/deprecated.h @@ -35,7 +35,7 @@ * do that for Linux, where main development happens. */ -#if defined(__linux__) && defined(__GLIBC__) +#if defined(__linux__) && defined(__GLIBC__) && (!defined(_FORTIFY_SOURCE) || (_FORTIFY_SOURCE < 2)) int sprintf(char *str, const char *format, ...) \