diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-10 22:05:49 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-10 22:05:49 +0000 |
commit | 28361c5ee4a548b9c591702abdb8d2690cc48c66 (patch) | |
tree | 915f08a1566472ee5a001db4f62d482ebbeec730 /sysdeps | |
parent | 0e886ef96e0f750ca40fdc0b4f546cdef0a3caa5 (diff) | |
download | glibc-28361c5ee4a548b9c591702abdb8d2690cc48c66.tar glibc-28361c5ee4a548b9c591702abdb8d2690cc48c66.tar.gz glibc-28361c5ee4a548b9c591702abdb8d2690cc48c66.tar.bz2 glibc-28361c5ee4a548b9c591702abdb8d2690cc48c66.zip |
Remove _G_USING_THUNKS.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/gnu/_G_config.h | 3 | ||||
-rw-r--r-- | sysdeps/mach/hurd/_G_config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h index 478dbe1f35..a0dc6592c0 100644 --- a/sysdeps/gnu/_G_config.h +++ b/sysdeps/gnu/_G_config.h @@ -83,7 +83,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); #define _G_BUFSIZ 8192 -/* These are the vtbl details for ELF. */ -#define _G_USING_THUNKS 1 - #endif /* _G_config.h */ diff --git a/sysdeps/mach/hurd/_G_config.h b/sysdeps/mach/hurd/_G_config.h index 2f683d4de9..ae10071304 100644 --- a/sysdeps/mach/hurd/_G_config.h +++ b/sysdeps/mach/hurd/_G_config.h @@ -82,7 +82,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); #define _G_BUFSIZ 8192 -/* These are the vtbl details for ELF. */ -#define _G_USING_THUNKS 1 - #endif /* _G_config.h */ |