Reported by Ørjan Malde <red@foxi.me>.
* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Improve cross-compilation guess
for midipix.
-2024-02-03 Paul Eggert <eggert@cs.ucla.edu>
+2024-02-06 Bruno Haible <bruno@clisp.org>
+
+ Further improve cross-compilation for midipix.
+ Reported by Ørjan Malde <red@foxi.me>.
+ * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Improve cross-compilation guess
+ for midipix.
+
+2024-02-05 Paul Eggert <eggert@cs.ucla.edu>
ctime: improve doc
* doc/posix-functions/asctime.texi (asctime):
*) gl_cv_func_nanosleep=no ;;
esac],
[case "$host_os" in
- # Guess it halfway works when the kernel is Linux
- # and on systems that emulate the Linux system calls.
- linux* | midipix*)
+ # Guess it halfway works when the kernel is Linux.
+ linux*)
gl_cv_func_nanosleep='guessing no (mishandles large arguments)' ;;
+ # Midipix generally emulates the Linux system calls,
+ # but here it handles large arguments correctly.
+ midipix*)
+ gl_cv_func_nanosleep='guessing yes' ;;
# Guess no on native Windows.
mingw* | windows*)
gl_cv_func_nanosleep='guessing no' ;;