Index: libcfa/src/concurrency/CtxSwitch-i386.S
===================================================================
--- libcfa/src/concurrency/CtxSwitch-i386.S	(revision b78129a0ba9ecf9e12792c7395b10b702e4bec2c)
+++ libcfa/src/concurrency/CtxSwitch-i386.S	(revision 7030dab75c493bbd89de53cb88e496019c794ff4)
@@ -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: //
