mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/fdopen.m4 (gl_FUNC_FDOPEN): Set REPLACE_FDOPEN also if HAVE_MSVC_INVALID_PARAMETER_HANDLER is 1. * lib/fdopen.c: Include msvc-inval.h. (fdopen_nothrow): New function. (rpl_fdopen): Use it. * modules/fdopen (Depends-on): Add msvc-inval. * modules/fclose-tests (Depends-on): Add fdopen. * modules/fflush-tests (Depends-on): Likewise. * modules/fgetc-tests (Depends-on): Likewise. * modules/fputc-tests (Depends-on): Likewise. * modules/fread-tests (Depends-on): Likewise. * modules/freopen-tests (Depends-on): Likewise. * modules/fseeko-tests (Depends-on): Likewise. * modules/ftello-tests (Depends-on): Likewise. * modules/fwrite-tests (Depends-on): Likewise. * doc/posix-functions/fdopen.texi: Mention the problem on MSVC.
19 lines
285 B
Plaintext
19 lines
285 B
Plaintext
Files:
|
|
tests/test-fflush.c
|
|
tests/test-fflush2.sh
|
|
tests/test-fflush2.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
binary-io
|
|
fdopen
|
|
fseeko
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-fflush test-fflush2.sh
|
|
check_PROGRAMS += test-fflush test-fflush2
|
|
MOSTLYCLEANFILES += test-fflush.txt
|