summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-16 03:58:35 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-16 03:58:35 +0000
commit952a791086e7f408d999e1334ee9338be690d2f7 (patch)
treea8f09a147807868a83201cd8cc3f9ac9cd6fb25f /libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h
parent4e19db9216b8781b2b34f9b5ce6d3c61d1574a38 (diff)
downloaduClibc-alpine-952a791086e7f408d999e1334ee9338be690d2f7.tar.bz2
uClibc-alpine-952a791086e7f408d999e1334ee9338be690d2f7.tar.xz
Copy from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h')
-rw-r--r--libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h b/libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h
new file mode 100644
index 000000000..ab90810f1
--- /dev/null
+++ b/libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h
@@ -0,0 +1,8 @@
+#include <features.h>
+#include <bits/wordsize.h>
+
+#if __WORDSIZE == 32
+# include "sparc32/pt-machine.h"
+#else
+# include "sparc64/pt-machine.h"
+#endif