diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-23 02:35:04 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-23 02:35:04 +0000 |
commit | 0f2c86bee22bc756814129b430b0687c7e23df81 (patch) | |
tree | 34bf3df7ba73405de13432cd82002540c073fc05 /libpthread/linuxthreads/sysdeps/sparc/pt-machine.h | |
parent | d8284756b901217626556772ea91a3839a3ebfb4 (diff) | |
download | uClibc-alpine-0f2c86bee22bc756814129b430b0687c7e23df81.tar.bz2 uClibc-alpine-0f2c86bee22bc756814129b430b0687c7e23df81.tar.xz |
Copy from trunk.
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/sparc/pt-machine.h')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/sparc/pt-machine.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/sparc/pt-machine.h b/libpthread/linuxthreads/sysdeps/sparc/pt-machine.h new file mode 100644 index 000000000..ab90810f1 --- /dev/null +++ b/libpthread/linuxthreads/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 |