diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/Versions | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/powerpc/Versions b/sysdeps/powerpc/Versions new file mode 100644 index 0000000000..b7d5bf904b --- /dev/null +++ b/sysdeps/powerpc/Versions @@ -0,0 +1,6 @@ +libm { + GLIBC_2.1 { + # symbols used in macros from sysdeps/powerpc/bits/fenv.h + __fe_dfl_env; __fe_enabled_env; __fe_nonieee_env; __fe_nomask_env; + } +} diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 52de4aa251..8a7f0f85c3 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -6,6 +6,9 @@ libc { # functions used in other libraries __clone; + # helper functions + __errno_location; + # b* bdflush; |