patch-2.4.19 linux-2.4.19/arch/mips64/lib/strnlen_user.S

Next file: linux-2.4.19/arch/mips64/math-emu/cp1emu.c
Previous file: linux-2.4.19/arch/mips64/lib/floppy-std.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips64/lib/strnlen_user.S linux-2.4.19/arch/mips64/lib/strnlen_user.S
@@ -27,7 +27,7 @@
 	and	v0, ta0
 	bltz	v0, fault
 
-EXPORT(__strnlen_user_nocheck_asm)
+FEXPORT(__strnlen_user_nocheck_asm)
 	move	v0, a0
 	daddu	a1, a0			# stop pointer
 1:	beq	v0, a1, 1f		# limit reached?

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)