* modules/raise-tests (Depends-on): Add unistd.
* doc/posix-functions/_exit.texi: Mention the 'unistd' module.
+2020-11-26 Bruno Haible <bruno@clisp.org>
+
+ raise-tests: Fix compilation error on MSVC (regression 2020-11-25).
+ * modules/raise-tests (Depends-on): Add unistd.
+ * doc/posix-functions/_exit.texi: Mention the 'unistd' module.
+
2020-11-25 Jim Meyering <meyering@fb.com>
setlocale-tests: do not trigger gcc's -Wanalyzer-possible-null-argument
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/_exit.html}
-Gnulib module: ---
+Gnulib module: unistd
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is declared in a different header file (namely, @code{<stdlib.h>})
+on some platforms:
+mingw, MSVC 14.
@end itemize
Portability problems not fixed by Gnulib:
tests/macros.h
Depends-on:
+unistd
configure.ac: