diff options
| author | Chris Leonard <cjlhomeaddress@gmail.com> | 2013-09-04 11:45:05 -0400 |
|---|---|---|
| committer | Chris Leonard <cjlhomeaddress@gmail.com> | 2013-09-04 11:45:05 -0400 |
| commit | 9fc2e09ffad2c702b6768bc4560b0cc55fce0914 (patch) | |
| tree | ccb4e557a9444c75f67e67c76e33e89ef4be0f42 /include/shlib-compat.h | |
| parent | 7447ccd98ee3944a95247ae23284dfac1de6c2aa (diff) | |
| parent | 3f2e46a4948c846023275eb7a8c86ede0313cd2f (diff) | |
| download | glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.tar.xz glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.zip | |
Update iso-1427.def and related occurrences.
Diffstat (limited to 'include/shlib-compat.h')
| -rw-r--r-- | include/shlib-compat.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/shlib-compat.h b/include/shlib-compat.h index 979b5929e3..955c6aeea2 100644 --- a/include/shlib-compat.h +++ b/include/shlib-compat.h @@ -19,13 +19,9 @@ #ifndef _SHLIB_COMPAT_H #define _SHLIB_COMPAT_H 1 -#if defined DO_VERSIONING -/* Since there is just one set of .d files generated, we need to - include this unconditionally to have the dependency noticed properly. */ -#include <abi-versions.h> /* header generated by abi-versions.awk */ -#endif +#ifdef SHARED -#if defined SHARED && defined DO_VERSIONING +# include <abi-versions.h> /* The file abi-versions.h (generated by scripts/abi-versions.awk) defines symbols like `ABI_libm_GLIBC_2_0' for each version set in the source |
