diff --git a/drivers/unix/file_access_unix_pipe.cpp b/drivers/unix/file_access_unix_pipe.cpp index 95b58518c4..c3276d9fb7 100644 --- a/drivers/unix/file_access_unix_pipe.cpp +++ b/drivers/unix/file_access_unix_pipe.cpp @@ -43,7 +43,7 @@ #include #include -#ifndef sighandler_t +#ifndef _GNU_SOURCE typedef typeof(void(int)) *sighandler_t; #endif