mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove _G_NEED_STDARG_H.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2012-09-20 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
|
||||||
|
* sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
|
||||||
|
* sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
|
||||||
|
* sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
|
||||||
|
|
||||||
2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
|
2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
[BZ #14579]
|
[BZ #14579]
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
#define _IO_va_list _G_va_list
|
#define _IO_va_list _G_va_list
|
||||||
#define _IO_wint_t _G_wint_t
|
#define _IO_wint_t _G_wint_t
|
||||||
|
|
||||||
#ifdef _G_NEED_STDARG_H
|
|
||||||
/* This define avoids name pollution if we're using GNU stdarg.h */
|
/* This define avoids name pollution if we're using GNU stdarg.h */
|
||||||
#define __need___va_list
|
#define __need___va_list
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@ -55,7 +54,6 @@
|
|||||||
# undef _IO_va_list
|
# undef _IO_va_list
|
||||||
# define _IO_va_list __gnuc_va_list
|
# define _IO_va_list __gnuc_va_list
|
||||||
#endif /* __GNUC_VA_LIST */
|
#endif /* __GNUC_VA_LIST */
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __P
|
#ifndef __P
|
||||||
# include <sys/cdefs.h>
|
# include <sys/cdefs.h>
|
||||||
|
@ -53,7 +53,6 @@ typedef union
|
|||||||
|
|
||||||
/* These library features are always available in the GNU C library. */
|
/* These library features are always available in the GNU C library. */
|
||||||
#define _G_HAVE_SYS_WAIT 1
|
#define _G_HAVE_SYS_WAIT 1
|
||||||
#define _G_NEED_STDARG_H 1
|
|
||||||
#define _G_va_list __gnuc_va_list
|
#define _G_va_list __gnuc_va_list
|
||||||
|
|
||||||
#define _G_HAVE_MMAP 1
|
#define _G_HAVE_MMAP 1
|
||||||
|
@ -53,7 +53,6 @@ typedef union
|
|||||||
|
|
||||||
/* These library features are always available in the GNU C library. */
|
/* These library features are always available in the GNU C library. */
|
||||||
#define _G_HAVE_SYS_WAIT 1
|
#define _G_HAVE_SYS_WAIT 1
|
||||||
#define _G_NEED_STDARG_H 1
|
|
||||||
#define _G_va_list __gnuc_va_list
|
#define _G_va_list __gnuc_va_list
|
||||||
|
|
||||||
#define _G_HAVE_MMAP 1
|
#define _G_HAVE_MMAP 1
|
||||||
|
@ -53,7 +53,6 @@ typedef union
|
|||||||
|
|
||||||
/* These library features are always available in the GNU C library. */
|
/* These library features are always available in the GNU C library. */
|
||||||
#define _G_HAVE_SYS_WAIT 1
|
#define _G_HAVE_SYS_WAIT 1
|
||||||
#define _G_NEED_STDARG_H 1
|
|
||||||
#define _G_va_list __gnuc_va_list
|
#define _G_va_list __gnuc_va_list
|
||||||
|
|
||||||
#define _G_HAVE_MMAP 1
|
#define _G_HAVE_MMAP 1
|
||||||
|
Reference in New Issue
Block a user