diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-02-09 07:49:57 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-02-09 07:56:05 +0100 |
commit | 377388043d1da1f361cd8298622789c746e87e3f (patch) | |
tree | 9065540860cc4c70483376fb55ccd2fb0ec4e2ee /libpthread/nptl/sysdeps/mips/sysdep.h | |
parent | 72b7786ff14504eea9a16c738216aed549f7f1cc (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/mips/sysdep.h')
-rw-r--r-- | libpthread/nptl/sysdeps/mips/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/mips/sysdep.h b/libpthread/nptl/sysdeps/mips/sysdep.h index 69cecae70..b53c9a9c4 100644 --- a/libpthread/nptl/sysdeps/mips/sysdep.h +++ b/libpthread/nptl/sysdeps/mips/sysdep.h @@ -19,7 +19,7 @@ 02111-1307 USA. */ #include <sgidefs.h> -#include <sysdeps/generic/sysdep.h> +#include <common/sysdep.h> #ifdef __ASSEMBLER__ |