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

#if __WORDSIZE == 32
# include "powerpc32/pt-machine.h"
#else
# include "powerpc64/pt-machine.h"
#endif