configure.ac (fixincludes_UNLOCKED_FUNCS): New.
fixincludes: * configure.ac (fixincludes_UNLOCKED_FUNCS): New. (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS. * system.h (putchar, getc, getchar, clearerr, feof, fileno, fflush, fgetc, fgets, ferror, fread): Redefine to the associated _unlocked function. (fwrite_unlocked): Fix prototype. * configure, config.h.in: Regenerate. gcc: PR/17092 * configure.ac (gcc_UNLOCKED_FUNCS): New. (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS. * system.h (putchar, getc, getchar, clearerr, feof, fileno, fflush, fgetc, fgets, ferror, fread): Redefine to the associated _unlocked function. (fwrite_unlocked): Fix prototype. * configure, config.in: Regenerate. libcpp: * configure.ac (libcpp_UNLOCKED_FUNCS): New. (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS. * system.h (putchar, getc, getchar, clearerr, feof, fileno, fflush, fgetc, fgets, ferror, fread): Redefine to the associated _unlocked function. (fwrite_unlocked): Fix prototype. * configure, config.in: Regenerate. From-SVN: r97986
Showing
- fixincludes/ChangeLog 11 additions, 0 deletionsfixincludes/ChangeLog
- fixincludes/config.h.in 77 additions, 0 deletionsfixincludes/config.h.in
- fixincludes/configure 831 additions, 50 deletionsfixincludes/configure
- fixincludes/configure.ac 7 additions, 4 deletionsfixincludes/configure.ac
- fixincludes/system.h 69 additions, 1 deletionfixincludes/system.h
- gcc/ChangeLog 12 additions, 0 deletionsgcc/ChangeLog
- gcc/config.in 81 additions, 0 deletionsgcc/config.in
- gcc/configure 30 additions, 8 deletionsgcc/configure
- gcc/configure.ac 11 additions, 8 deletionsgcc/configure.ac
- gcc/system.h 69 additions, 1 deletiongcc/system.h
- libcpp/ChangeLog 11 additions, 0 deletionslibcpp/ChangeLog
- libcpp/config.in 77 additions, 0 deletionslibcpp/config.in
- libcpp/configure 831 additions, 50 deletionslibcpp/configure
- libcpp/configure.ac 7 additions, 4 deletionslibcpp/configure.ac
- libcpp/system.h 69 additions, 1 deletionlibcpp/system.h
Loading
Please register or sign in to comment