* lib/stdio.in.h: It’s pre macOS 13, not pre macOS 10.13.
Problem reported by Sevan Janiyan in:
https://lists.gnu.org/r/bug-gnulib/2023-11/msg00066.html
et seq.
+2023-11-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ stdio: fix port to older macOS
+ * lib/stdio.in.h: It’s pre macOS 13, not pre macOS 10.13.
+ Problem reported by Sevan Janiyan in:
+ https://lists.gnu.org/r/bug-gnulib/2023-11/msg00066.html
+ et seq.
+
2023-11-10 Bruno Haible <bruno@clisp.org>
doc: Mention rand and srand limitations.
# include <AvailabilityMacros.h>
# endif
# if (defined MAC_OS_X_VERSION_MIN_REQUIRED \
- && 101300 <= MAC_OS_X_VERSION_MIN_REQUIRED)
+ && 130000 <= MAC_OS_X_VERSION_MIN_REQUIRED)
# define _POSIX_C_SOURCE 200809L
# define _GL_DEFINED__POSIX_C_SOURCE
# endif