[PATCH 3/3] nptl: sysdep headers update for i386, mips and x86_64

Carmelo AMOROSO carmelo.amoroso at st.com
Tue Feb 9 07:16:00 UTC 2010


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 at st.com>
---
 libpthread/nptl/sysdeps/i386/sysdep.h   |    2 +-
 libpthread/nptl/sysdeps/mips/sysdep.h   |    2 +-
 libpthread/nptl/sysdeps/x86_64/sysdep.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libpthread/nptl/sysdeps/i386/sysdep.h b/libpthread/nptl/sysdeps/i386/sysdep.h
index e49d657..50253de 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__
 
diff --git a/libpthread/nptl/sysdeps/mips/sysdep.h b/libpthread/nptl/sysdeps/mips/sysdep.h
index 69cecae..b53c9a9 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__
 
diff --git a/libpthread/nptl/sysdeps/x86_64/sysdep.h b/libpthread/nptl/sysdeps/x86_64/sysdep.h
index ac74b7c..350e3b5 100644
--- a/libpthread/nptl/sysdeps/x86_64/sysdep.h
+++ b/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__
 
-- 
1.6.0.6



More information about the uClibc mailing list