strstr: Update cross-compilation guess.
[pspp] / lib / openat.h
index d1e74331f16a03d9ec6ffbfd0baf46462342b927..b26571f8246e2184f82386a9849d1ce3b005ce36 100644 (file)
@@ -26,7 +26,6 @@
 #include <dirent.h>
 #include <unistd.h>
 #include <stdbool.h>
-#include <stdnoreturn.h>
 
 #if !HAVE_OPENAT
 
@@ -42,8 +41,8 @@ bool openat_needs_fchdir (void);
 
 #endif
 
-noreturn void openat_restore_fail (int);
-noreturn void openat_save_fail (int);
+_Noreturn void openat_restore_fail (int);
+_Noreturn void openat_save_fail (int);
 
 /* Using these function names makes application code
    slightly more readable than it would be with