summaryrefslogtreecommitdiff
path: root/sysdeps/mach/thread_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/thread_state.h')
-rw-r--r--sysdeps/mach/thread_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/mach/thread_state.h b/sysdeps/mach/thread_state.h
index 28f9b2b12f..a6d3634070 100644
--- a/sysdeps/mach/thread_state.h
+++ b/sysdeps/mach/thread_state.h
@@ -37,6 +37,9 @@
((ts)->SP = (unsigned long int) (stack) + (size))
#endif
#endif
+#ifndef MACHINE_THREAD_STATE_FIX_NEW
+# define MACHINE_THREAD_STATE_FIX_NEW(ts)
+#endif
/* These functions are of use in machine-dependent signal trampoline
implementations. */