OSDN Git Service

nptl: Fix arm pt-vfork
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 11 Jan 2014 19:02:30 +0000 (20:02 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 15 Jan 2014 09:03:53 +0000 (10:03 +0100)
We were ending up with an unrecognised CPP token (which is not diagnosed
for assembler-with-cpp, 59805)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S

index 2f73af5..df18f03 100644 (file)
@@ -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"