diff options
Diffstat (limited to 'libpthread/nptl/sysdeps')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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" | 
