OSDN Git Service

nptl: sysdep headers update for i386, mips and x86_64
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Tue, 9 Feb 2010 06:49:57 +0000 (07:49 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Tue, 9 Feb 2010 06:56:05 +0000 (07:56 +0100)
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>
libpthread/nptl/sysdeps/i386/sysdep.h
libpthread/nptl/sysdeps/mips/sysdep.h
libpthread/nptl/sysdeps/x86_64/sysdep.h

index e49d657..50253de 100644 (file)
@@ -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__
 
index 69cecae..b53c9a9 100644 (file)
@@ -19,7 +19,7 @@
    02111-1307 USA.  */
 
 #include <sgidefs.h>
-#include <sysdeps/generic/sysdep.h>
+#include <common/sysdep.h>
 
 #ifdef __ASSEMBLER__
 
index ac74b7c..350e3b5 100644 (file)
@@ -17,7 +17,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__