[git commit] nptl: Fix arm pt-vfork

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Jan 15 09:03:53 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=09055cc18569c4c69e60af506e08b64ae06d3f9f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

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 at gmail.com>
---
 .../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 2f73af5..df18f03 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"


More information about the uClibc-cvs mailing list