summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h
diff options
context:
space:
mode:
authoraustinf <austinf@localhost>2009-03-18 23:05:54 +0000
committeraustinf <austinf@localhost>2009-03-18 23:05:54 +0000
commit00ebae02f6ca670bf25be06f581bd36d0088f357 (patch)
treea1782f34c1489e0f2621af50a23ea0aacd7322ef /libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h
parente72856950a9baa76ed41fb8d684cb13375daf48e (diff)
fix compilation of linuxthreads for sparc
add myself to MAINTAINERS for sparc
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h')
-rw-r--r--libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h
new file mode 100644
index 000000000..fa656b34e
--- /dev/null
+++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h
@@ -0,0 +1,10 @@
+#ifndef SPARC_SYSDEP_CANCEL_H
+#define SPARC_SYSDEP_CANCEL_H
+
+#if defined(__arch64__)
+#include <sparc64/sysdep-cancel.h>
+#else
+#include <sparc32/sysdep-cancel.h>
+#endif
+
+#endif