about summary refs log tree commit diff
path: root/sysdeps/mach/htl/pt-block-intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/htl/pt-block-intr.c')
-rw-r--r--sysdeps/mach/htl/pt-block-intr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/htl/pt-block-intr.c b/sysdeps/mach/htl/pt-block-intr.c
new file mode 100644
index 0000000000..f15beb3a0f
--- /dev/null
+++ b/sysdeps/mach/htl/pt-block-intr.c
@@ -0,0 +1,6 @@
+#include <pt-internal.h>
+#define RETTYPE error_t
+#define RETURN(val) return val
+#define __pthread_block __pthread_block_intr
+#define MSG_OPTIONS MACH_RCV_INTERRUPT
+#include "pt-block.c"