diff options
Diffstat (limited to 'rtkaio/sysdeps/unix/sysv/linux/powerpc')
-rw-r--r-- | rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile | 3 | ||||
-rw-r--r-- | rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions | 9 | ||||
-rw-r--r-- | rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile b/rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile deleted file mode 100644 index ead21fb111..0000000000 --- a/rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(subdir),rtkaio) -librtkaio-routines += rtkaio-sysdep -endif diff --git a/rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions b/rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions deleted file mode 100644 index 7443c81d6a..0000000000 --- a/rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions +++ /dev/null @@ -1,9 +0,0 @@ -%ifdef HAVE_FORCED_UNWIND -librtkaio { - GLIBC_2.3.3 { - # Changed timer_t. - timer_create; timer_delete; timer_getoverrun; timer_gettime; - timer_settime; - } -} -%endif diff --git a/rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c b/rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c deleted file mode 100644 index ff0440aa83..0000000000 --- a/rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c +++ /dev/null @@ -1 +0,0 @@ -#include <rt-sysdep.c> |