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