about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions14
1 files changed, 6 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
index ee505efb9e..918e0231d0 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
@@ -21,11 +21,15 @@ libc {
     scandir64;
   }
   GLIBC_2.3.3 {
-    posix_fadvise64; posix_fallocate64;
     setcontext; getcontext; swapcontext; makecontext;
   }
   GLIBC_2.3.4 {
-    setcontext; getcontext; swapcontext; makecontext;
+    getcontext;
+    longjmp;
+    makecontext;
+    setcontext;
+    siglongjmp;
+    swapcontext;
   }
   GLIBC_2.11 {
     fallocate64;
@@ -34,9 +38,3 @@ libc {
     __ppc_get_timebase_freq;
   }
 }
-
-libpthread {
-  GLIBC_2.3.4 {
-    longjmp; siglongjmp;
-  }
-}