1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

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.
This commit is contained in:
Bruno Haible
2020-11-26 17:06:46 +01:00
parent af00772324
commit a6d9eef5ca
3 changed files with 12 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
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
+5 -1
View File
@@ -4,10 +4,14 @@
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:
+1
View File
@@ -4,6 +4,7 @@ tests/signature.h
tests/macros.h
Depends-on:
unistd
configure.ac: