summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/amd64/uthread_machdep_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/arch/amd64/uthread_machdep_asm.S')
-rw-r--r--lib/libpthread/arch/amd64/uthread_machdep_asm.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libpthread/arch/amd64/uthread_machdep_asm.S b/lib/libpthread/arch/amd64/uthread_machdep_asm.S
new file mode 100644
index 00000000000..3a5f255f285
--- /dev/null
+++ b/lib/libpthread/arch/amd64/uthread_machdep_asm.S
@@ -0,0 +1,10 @@
+#include <machine/asm.h>
+
+/*
+ * Switch stacks
+ */
+
+/* void _thread_machdep_switch(new, oldsave); */
+ENTRY(_thread_machdep_switch)
+ /* dummy */
+ ret