From 09055cc18569c4c69e60af506e08b64ae06d3f9f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 11 Jan 2014 20:02:30 +0100 Subject: nptl: Fix arm pt-vfork We were ending up with an unrecognised CPP token (which is not diagnosed for assembler-with-cpp, 59805) Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S index 2f73af57c..df18f0304 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S @@ -34,4 +34,4 @@ cmp r0, #0; /* If we are the parent... */ \ strne r3, [r2, #PID_OFFSET] /* ... restore the saved PID. */ -#INCLUDE <../../../../../../../LIBC/SYSDEPS/LINUX/ARM/VFORK.S> +#include "../../../../../../../libc/sysdeps/linux/arm/vfork.S" -- cgit v1.2.3