Index: libcfa/src/concurrency/CtxSwitch-i386.S
===================================================================
--- libcfa/src/concurrency/CtxSwitch-i386.S	(revision b78129a0ba9ecf9e12792c7395b10b702e4bec2c)
+++ libcfa/src/concurrency/CtxSwitch-i386.S	(revision 5c9b20cdbd8f11c2e3b1817c4e65a16c5f1e9a65)
@@ -43,7 +43,7 @@
 	.text
 	.align 2
-	.globl CtxSwitch
-	.type  CtxSwitch, @function
-CtxSwitch:
+	.globl __cfactx_switch
+	.type  __cfactx_switch, @function
+__cfactx_switch:
 
 	// Copy the "from" context argument from the stack to register eax
@@ -83,5 +83,5 @@
 
 	ret
-	.size  CtxSwitch, .-CtxSwitch
+	.size  __cfactx_switch, .-__cfactx_switch
 
 // Local Variables: //
