Skip to content
Snippets Groups Projects
  • Kaveh R. Ghazi's avatar
    0d667716
    configure.ac (fixincludes_UNLOCKED_FUNCS): New. · 0d667716
    Kaveh R. Ghazi authored
    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
    0d667716
    History
    configure.ac (fixincludes_UNLOCKED_FUNCS): New.
    Kaveh R. Ghazi authored
    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