summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h
blob: ab90810f1267c002d720a2ba92289b44d6e6e753 (plain)
1
2
3
4
5
6
7
8
#include <features.h>
#include <bits/wordsize.h>

#if __WORDSIZE == 32
# include "sparc32/pt-machine.h"
#else
# include "sparc64/pt-machine.h"
#endif