diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c b/libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c deleted file mode 100644 index bb88a0690..000000000 --- a/libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <features.h> -#include <bits/wordsize.h> - -#if __WORDSIZE == 32 -# include "powerpc32/pspinlock.c" -#else -# include "powerpc64/pspinlock.c" -#endif |