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