summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/sparc/pthreaddef.h
blob: bcc6ed10a7f1fbfd969d2d238a5b49cbf8d760b1 (plain)
1
2
3
4
5
6
#if defined(__arch64__)
#include "sparc64/pthreaddef.h"
#else
#include "sparc32/pthreaddef.h"
#endif