summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/i386
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2010-02-09 07:49:57 +0100
committerCarmelo Amoroso <carmelo.amoroso@st.com>2010-02-09 07:56:05 +0100
commit377388043d1da1f361cd8298622789c746e87e3f (patch)
tree9065540860cc4c70483376fb55ccd2fb0ec4e2ee /libpthread/nptl/sysdeps/i386
parent72b7786ff14504eea9a16c738216aed549f7f1cc (diff)
nptl: sysdep headers update for i386, mips and x86_64
Update the arch specific sysdep headers to include the common header under libc/sysdeps/linux/common instead of libpthread/nptl/sysdeps/generic. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/i386')
-rw-r--r--libpthread/nptl/sysdeps/i386/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/i386/sysdep.h b/libpthread/nptl/sysdeps/i386/sysdep.h
index e49d65759..50253de20 100644
--- a/libpthread/nptl/sysdeps/i386/sysdep.h
+++ b/libpthread/nptl/sysdeps/i386/sysdep.h
@@ -18,7 +18,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#include <sysdeps/generic/sysdep.h>
+#include <common/sysdep.h>
#ifdef __ASSEMBLER__