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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -4,6 +4,7 @@ tests/signature.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
unistd
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user