diff --git a/elf/ifuncmain9.c b/elf/ifuncmain9.c index 43011452b7..654beeadfe 100644 --- a/elf/ifuncmain9.c +++ b/elf/ifuncmain9.c @@ -20,9 +20,10 @@ #include -# include -# include +#include +#include +#if __GNUC_PREREQ (5, 5) /* Do not use the test framework, so that the process setup is not disturbed. */ @@ -90,3 +91,12 @@ main (void) return errors; } +#else +#include + +int +main (void) +{ + return EXIT_UNSUPPORTED; +} +#endif