mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Remove _G_HAVE_PRINTF_FP.
This commit is contained in:
parent
361818d502
commit
ad35fc005b
@ -1,3 +1,10 @@
|
||||
2012-09-13 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
|
||||
* sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
|
||||
* sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
|
||||
* sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
|
||||
|
||||
2012-09-12 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #14518]
|
||||
|
@ -62,9 +62,6 @@
|
||||
#endif /*!__P*/
|
||||
|
||||
#define _IO_UNIFIED_JUMPTABLES 1
|
||||
#ifndef _G_HAVE_PRINTF_FP
|
||||
# define _IO_USE_DTOA 1
|
||||
#endif
|
||||
|
||||
#ifndef EOF
|
||||
# define EOF (-1)
|
||||
|
@ -56,7 +56,6 @@ typedef union
|
||||
#define _G_NEED_STDARG_H 1
|
||||
#define _G_va_list __gnuc_va_list
|
||||
|
||||
#define _G_HAVE_PRINTF_FP 1
|
||||
#define _G_HAVE_MMAP 1
|
||||
#define _G_HAVE_IO_GETLINE_INFO 1
|
||||
|
||||
|
@ -56,7 +56,6 @@ typedef union
|
||||
#define _G_NEED_STDARG_H 1
|
||||
#define _G_va_list __gnuc_va_list
|
||||
|
||||
#define _G_HAVE_PRINTF_FP 1
|
||||
#define _G_HAVE_MMAP 1
|
||||
#define _G_HAVE_MREMAP 1
|
||||
#define _G_HAVE_IO_GETLINE_INFO 1
|
||||
|
@ -56,7 +56,6 @@ typedef union
|
||||
#define _G_NEED_STDARG_H 1
|
||||
#define _G_va_list __gnuc_va_list
|
||||
|
||||
#define _G_HAVE_PRINTF_FP 1
|
||||
#define _G_HAVE_MMAP 1
|
||||
#define _G_HAVE_IO_GETLINE_INFO 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user