summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/libc-aeabi_read_tp.S
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-10-17 13:23:11 -0700
committerAustin Foxley <austinf@cetoncorp.com>2009-10-17 13:23:11 -0700
commite58798e107d652644629a1daaa95d76430808d53 (patch)
treef02c3778cf6e3df14f1c0d499c9f660af476ed99 /libc/sysdeps/linux/arm/libc-aeabi_read_tp.S
parentb04c2ba52317dab5b2e4172d2f8678b1025780d8 (diff)
arm specific bits needed for nptl
* SAVE_PID, RESTORE_PID in vfork.S * clone.S tweaks to allow for the pid to be reset Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/arm/libc-aeabi_read_tp.S')
-rw-r--r--libc/sysdeps/linux/arm/libc-aeabi_read_tp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/libc-aeabi_read_tp.S b/libc/sysdeps/linux/arm/libc-aeabi_read_tp.S
new file mode 100644
index 000000000..3aa135bf2
--- /dev/null
+++ b/libc/sysdeps/linux/arm/libc-aeabi_read_tp.S
@@ -0,0 +1 @@
+#include <ldso/ldso/arm/aeabi_read_tp.S>