Browse Source

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>
Carmelo Amoroso 15 years ago
parent
commit
377388043d

+ 1 - 1
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__
 

+ 1 - 1
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__
 

+ 1 - 1
libpthread/nptl/sysdeps/x86_64/sysdep.h

@@ -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__