Commit aef35918 authored by A. Hahn's avatar A. Hahn

extest: typo

parent 4b222947
......@@ -86,7 +86,7 @@ static void sighandler(int sig)
* This will not work for gcc v10+
*/
#if defined(__GNUC__)
#if defined(__GNUC__) && (__GNUC___ > 10 || (__GNUC__ == 10 && __GNUC_MINOR__ >= 0))
#if defined(__GNUC__) && (__GNUC__ > 10 || (__GNUC__ == 10 && __GNUC_MINOR__ >= 0))
printf("\nEXIT: Signal %s received\n", strsignal(sig));
#else
printf("\nEXIT: Signal %s received\n", sys_siglist[sig]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment