diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/sparc/jmpbuf-unwind.h')
-rw-r--r-- | libpthread/nptl/sysdeps/sparc/jmpbuf-unwind.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/sparc/jmpbuf-unwind.h b/libpthread/nptl/sysdeps/sparc/jmpbuf-unwind.h new file mode 100644 index 000000000..d6c2baabd --- /dev/null +++ b/libpthread/nptl/sysdeps/sparc/jmpbuf-unwind.h @@ -0,0 +1,6 @@ +#if defined(__arch64__) +#include "sparc64/jmpbuf-unwind.h" +#else +#include "sparc32/jmpbuf-unwind.h" +#endif + |