diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-01-11 20:02:30 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-01-15 10:03:53 +0100 |
commit | 09055cc18569c4c69e60af506e08b64ae06d3f9f (patch) | |
tree | 9b4543cdd31a54a03fb64838e393ad78f6415c05 /libpthread/nptl | |
parent | f7db1709ab9785302b00e9671f9c652f4fac6851 (diff) |
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>
Diffstat (limited to 'libpthread/nptl')
-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" |