summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-__syscall_error.c
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2010-12-29 17:49:59 -0800
committerAustin Foxley <austinf@cetoncorp.com>2010-12-29 17:57:06 -0800
commit90e38b925cc5d023bbdccbc8a4a401b0ed282c21 (patch)
tree540bc75a3d4a55f2b112e114a7674bfb542730fb /libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-__syscall_error.c
parente6164d4b527865f4c81544ad18bfd634117d595b (diff)
sparc: fix linking issue with __syscall_error.c
Finally got around to testing out latest master and noticed that some buildsystem work last summer broke shared-builds of nptl on sparc. A version of __syscall_error.c needs to be linked into both libpthread and librt Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-__syscall_error.c')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-__syscall_error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-__syscall_error.c b/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-__syscall_error.c
new file mode 100644
index 000000000..872e4eff6
--- /dev/null
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-__syscall_error.c
@@ -0,0 +1 @@
+#include <../../../../../../../libc/sysdeps/linux/sparc/__syscall_error.c>