* lib/fopen.c: Simplify include of <stdio.h>.
* lib/freopen.c: Likewise.
2025-09-09 Bruno Haible <bruno@clisp.org>
+ fopen, freopen: Remove support for OSF/1.
+ * lib/fopen.c: Simplify include of <stdio.h>.
+ * lib/freopen.c: Likewise.
+
creat, open, openat: Remove support for OSF/1.
* lib/creat.c: Simplify include of <fcntl.h>.
* lib/open.c: Likewise.
}
/* Specification. */
-#ifdef __osf__
-/* Write "stdio.h" here, not <stdio.h>, otherwise OSF/1 5.1 DTK cc eliminates
- this include because of the preliminary #include <stdio.h> above. */
-# include "stdio.h"
-#else
-# include <stdio.h>
-#endif
+#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
}
/* Specification. */
-#ifdef __osf__
-/* Write "stdio.h" here, not <stdio.h>, otherwise OSF/1 5.1 DTK cc eliminates
- this include because of the preliminary #include <stdio.h> above. */
-# include "stdio.h"
-#else
-# include <stdio.h>
-#endif
+#include <stdio.h>
#include <fcntl.h>
#include <string.h>