summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-02-09 17:09:55 +0100
committerMarek Polacek <polacek@redhat.com>2012-02-09 17:09:55 +0100
commit6b73181ac519270393b60375271821ae1ddaacb7 (patch)
tree8a3ee5aafdc043f9396aef3cddcf1802ddb5fcbd /sysdeps
parent6c6dbc63008e49876c1ed124764ff312138091d7 (diff)
Remove _G_HAVE_SYS_CDEFS.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/_G_config.h1
-rw-r--r--sysdeps/gnu/_G_config.h1
-rw-r--r--sysdeps/mach/hurd/_G_config.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h
index 0838cfbabb..6f756829e7 100644
--- a/sysdeps/generic/_G_config.h
+++ b/sysdeps/generic/_G_config.h
@@ -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
diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h
index 07ad8ca8f3..9d6e23bb4e 100644
--- a/sysdeps/gnu/_G_config.h
+++ b/sysdeps/gnu/_G_config.h
@@ -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
diff --git a/sysdeps/mach/hurd/_G_config.h b/sysdeps/mach/hurd/_G_config.h
index 1d2b262792..9ecd4aad39 100644
--- a/sysdeps/mach/hurd/_G_config.h
+++ b/sysdeps/mach/hurd/_G_config.h
@@ -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