mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Remove _G_HAVE_SYS_CDEFS.
This commit is contained in:
parent
6c6dbc6300
commit
6b73181ac5
@ -1,3 +1,10 @@
|
||||
2012-02-08 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
|
||||
* sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
|
||||
* sysdeps/gnu/_G_config.h: Likewise.
|
||||
* sysdeps/generic/_G_config.h: Likewise.
|
||||
|
||||
2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
|
||||
|
@ -59,12 +59,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef __P
|
||||
# if _G_HAVE_SYS_CDEFS
|
||||
# include <sys/cdefs.h>
|
||||
# else
|
||||
# define __P(p) p
|
||||
# define __PMT(p) p
|
||||
# endif
|
||||
# include <sys/cdefs.h>
|
||||
#endif /*!__P*/
|
||||
|
||||
#define _IO_UNIFIED_JUMPTABLES 1
|
||||
|
@ -60,7 +60,6 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
|
||||
|
||||
/* These library features are always available in the GNU C library. */
|
||||
#define _G_HAVE_ATEXIT 1
|
||||
#define _G_HAVE_SYS_CDEFS 1
|
||||
#define _G_HAVE_SYS_WAIT 1
|
||||
#define _G_NEED_STDARG_H 1
|
||||
#define _G_va_list __gnuc_va_list
|
||||
|
@ -60,7 +60,6 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
|
||||
|
||||
/* These library features are always available in the GNU C library. */
|
||||
#define _G_HAVE_ATEXIT 1
|
||||
#define _G_HAVE_SYS_CDEFS 1
|
||||
#define _G_HAVE_SYS_WAIT 1
|
||||
#define _G_NEED_STDARG_H 1
|
||||
#define _G_va_list __gnuc_va_list
|
||||
|
@ -60,7 +60,6 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
|
||||
|
||||
/* These library features are always available in the GNU C library. */
|
||||
#define _G_HAVE_ATEXIT 1
|
||||
#define _G_HAVE_SYS_CDEFS 1
|
||||
#define _G_HAVE_SYS_WAIT 1
|
||||
#define _G_NEED_STDARG_H 1
|
||||
#define _G_va_list __gnuc_va_list
|
||||
|
Loading…
Reference in New Issue
Block a user