On Mon, Feb 8, 2010 at 11:16 PM, Carmelo AMOROSO <[email protected]> wrote: > 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 <[email protected]>
Acked-by: Khem Raj <[email protected]> > --- > 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 > > _______________________________________________ > uClibc mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc > _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
