* [PATCH] Fix sparcv9 build
@ 2007-01-10 19:28 Jakub Jelinek
0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2007-01-10 19:28 UTC (permalink / raw)
To: Ulrich Drepper; +Cc: Glibc hackers
Hi!
nptl/sysdeps/pthread/pthread_barrier_wait.c has been moved to
nptl/pthread_barrier_wait.c recently.
2007-01-10 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
Adjust include path for pthread_barrier_wait.c move.
--- libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c.jj 2006-01-03 18:59:56.000000000 -0500
+++ libc/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c 2007-01-10 08:52:52.000000000 -0500
@@ -1 +1 @@
-#include "../../../../../../pthread/pthread_barrier_wait.c"
+#include "../../../../../../../pthread_barrier_wait.c"
Jakub
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-10 19:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-10 19:28 [PATCH] Fix sparcv9 build Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).