From 3192fd8e464f2364347979fd58ae95d03bbe74e6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Mar 2006 04:20:27 +0000 Subject: * Makeconfig (+includes): Add back $(includes) after $(+sysdep-includes). * Makerules ($(common-objpfx)%.make): Use -DASSEMBLER. --- nptl/ChangeLog | 5 +++++ nptl/sysdeps/unix/sysv/linux/ia64/clone2.S | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1713a8367d..8c761fdd90 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2006-02-28 H.J. Lu + + * sysdeps/unix/sysv/linux/ia64/clone2.S: Include + instead of . + 2006-02-27 Jakub Jelinek * Makefile (libpthread-routines): Add diff --git a/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S b/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S index 675a997e97..91f28bab37 100644 --- a/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S +++ b/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S @@ -2,8 +2,8 @@ So, #include ourselves and in that incarnation we can use #include_next. */ #ifndef INCLUDED_SELF # define INCLUDED_SELF -# include +# include #else # define RESET_PID -# include_next +# include_next #endif -- cgit v1.2.3