Browse Source

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 <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 10 years ago
parent
commit
09055cc185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S

+ 1 - 1
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"