From 952a791086e7f408d999e1334ee9338be690d2f7 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 16 Nov 2005 03:58:35 +0000 Subject: Copy from trunk. --- libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h (limited to 'libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h') 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 +#include + +#if __WORDSIZE == 32 +# include "sparc32/pt-machine.h" +#else +# include "sparc64/pt-machine.h" +#endif -- cgit v1.2.3