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