]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/libpthread/src/sysdeps/sparc/pt-machine.h
update
[l4.git] / l4 / pkg / uclibc / lib / libpthread / src / sysdeps / sparc / pt-machine.h
1 #include <features.h>
2 #include <bits/wordsize.h>
3
4 #if __WORDSIZE == 32
5 # include "sparc32/pt-machine.h"
6 #else
7 # include "sparc64/pt-machine.h"
8 #endif