aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-02-07 22:40:49 +0100
committerMarek Polacek <polacek@redhat.com>2012-02-07 22:40:49 +0100
commita22f12b477654522f5be86a0148c30b7a24bd507 (patch)
tree958883943a0ade493598edd0b45fa904d7233bd1 /sysdeps
parent148cf100de9bf0fad4009c4294df436de4db7577 (diff)
downloadglibc-a22f12b477654522f5be86a0148c30b7a24bd507.zip
glibc-a22f12b477654522f5be86a0148c30b7a24bd507.tar.gz
glibc-a22f12b477654522f5be86a0148c30b7a24bd507.tar.bz2
Remove _G_ARGS macros.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/_G_config.h3
-rw-r--r--sysdeps/gnu/_G_config.h3
-rw-r--r--sysdeps/mach/hurd/_G_config.h3
3 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h
index 67b8dcd..0838cfb 100644
--- a/sysdeps/generic/_G_config.h
+++ b/sysdeps/generic/_G_config.h
@@ -83,7 +83,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_VTABLE_LABEL_PREFIX "_vt."
#define _G_VTABLE_LABEL_HAS_LENGTH 1
-
-#define _G_ARGS(ARGLIST) ARGLIST
-
#endif /* _G_config.h */
diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h
index fe43f8c..07ad8ca 100644
--- a/sysdeps/gnu/_G_config.h
+++ b/sysdeps/gnu/_G_config.h
@@ -91,7 +91,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_VTABLE_LABEL_PREFIX "__vt_"
#define _G_VTABLE_LABEL_PREFIX_ID __vt_
-
-#define _G_ARGS(ARGLIST) ARGLIST
-
#endif /* _G_config.h */
diff --git a/sysdeps/mach/hurd/_G_config.h b/sysdeps/mach/hurd/_G_config.h
index 8c68561..1d2b262 100644
--- a/sysdeps/mach/hurd/_G_config.h
+++ b/sysdeps/mach/hurd/_G_config.h
@@ -90,7 +90,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_VTABLE_LABEL_PREFIX "__vt_"
#define _G_VTABLE_LABEL_PREFIX_ID __vt_
-
-#define _G_ARGS(ARGLIST) ARGLIST
-
#endif /* _G_config.h */