Index: libcfa/src/concurrency/CtxSwitch-x86_64.S
===================================================================
--- libcfa/src/concurrency/CtxSwitch-x86_64.S	(revision 09f357ec00aefca93e05dd3cc0f865d2b3fe0881)
+++ libcfa/src/concurrency/CtxSwitch-x86_64.S	(revision 5c9b20cdbd8f11c2e3b1817c4e65a16c5f1e9a65)
@@ -44,7 +44,7 @@
 	.text
 	.align 2
-	.globl CtxSwitch
-	.type  CtxSwitch, @function
-CtxSwitch:
+	.globl __cfactx_switch
+	.type  __cfactx_switch, @function
+__cfactx_switch:
 
 	// Save volatile registers on the stack.
@@ -77,5 +77,5 @@
 
 	ret
-	.size  CtxSwitch, .-CtxSwitch
+	.size  __cfactx_switch, .-__cfactx_switch
 
 //-----------------------------------------------------------------------------
@@ -83,11 +83,11 @@
 	.text
 	.align 2
-	.globl CtxInvokeStub
-	.type	 CtxInvokeStub, @function
-CtxInvokeStub:
+	.globl __cfactx_invoke_stub
+	.type	 __cfactx_invoke_stub, @function
+__cfactx_invoke_stub:
 	movq %rbx, %rdi
 	movq %r12, %rsi
 	jmp *%r13
-	.size  CtxInvokeStub, .-CtxInvokeStub
+	.size  __cfactx_invoke_stub, .-__cfactx_invoke_stub
 
 // Local Variables: //
