diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-01 14:44:44 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-01 14:44:44 -0800 |
commit | 7775448e570a2bd77886548fc3e9af5007814a8b (patch) | |
tree | 72e6ee8881f2d600d6f89cc02c55072246e63ea8 /sysdeps/unix/sysv/linux/dl-sysdep.c | |
parent | 4e9b5995775c99e029ed4003aaddb88bfbf8e2cd (diff) | |
download | glibc-7775448e570a2bd77886548fc3e9af5007814a8b.tar.gz glibc-7775448e570a2bd77886548fc3e9af5007814a8b.tar.xz glibc-7775448e570a2bd77886548fc3e9af5007814a8b.zip |
Fix NEED_DL_SYSINFO_DSO conditionals.
Diffstat (limited to 'sysdeps/unix/sysv/linux/dl-sysdep.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-sysdep.c b/sysdeps/unix/sysv/linux/dl-sysdep.c index a4ca119d8b..e80cb8d9f0 100644 --- a/sysdeps/unix/sysv/linux/dl-sysdep.c +++ b/sysdeps/unix/sysv/linux/dl-sysdep.c @@ -43,7 +43,7 @@ int attribute_hidden _dl_discover_osversion (void) { -#if (defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO) && defined SHARED +#if defined NEED_DL_SYSINFO_DSO && defined SHARED if (GLRO(dl_sysinfo_map) != NULL) { /* If the kernel-supplied DSO contains a note indicating the kernel's |