[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r2742 - in /fsf/trunk/libc/nptl: ChangeLog sysdeps/sh/tls.h
- To: commits@xxxxxxxxxx
- Subject: [commits] r2742 - in /fsf/trunk/libc/nptl: ChangeLog sysdeps/sh/tls.h
- From: eglibc@xxxxxxxxxx
- Date: Sat, 07 Jul 2007 07:02:32 -0000
Author: eglibc
Date: Sat Jul 7 00:02:30 2007
New Revision: 2742
Log:
Import glibc-mainline for 2007-07-07
Modified:
fsf/trunk/libc/nptl/ChangeLog
fsf/trunk/libc/nptl/sysdeps/sh/tls.h
Modified: fsf/trunk/libc/nptl/ChangeLog
==============================================================================
--- fsf/trunk/libc/nptl/ChangeLog (original)
+++ fsf/trunk/libc/nptl/ChangeLog Sat Jul 7 00:02:30 2007
@@ -1,3 +1,8 @@
+2007-07-06 Kaz Kojima <kkojima@xxxxxxxxxxxxxx>
+
+ * sysdeps/sh/tls.h: Include stdlib.h, list.h, sysdep.h and
+ kernel-features.h.
+
2007-05-16 Roland McGrath <roland@xxxxxxxxxx>
* init.c (__nptl_initial_report_events): New variable.
Modified: fsf/trunk/libc/nptl/sysdeps/sh/tls.h
==============================================================================
--- fsf/trunk/libc/nptl/sysdeps/sh/tls.h (original)
+++ fsf/trunk/libc/nptl/sysdeps/sh/tls.h Sat Jul 7 00:02:30 2007
@@ -26,6 +26,10 @@
# include <stdbool.h>
# include <stddef.h>
# include <stdint.h>
+# include <stdlib.h>
+# include <list.h>
+# include <sysdep.h>
+# include <kernel-features.h>
/* Type for the dtv. */
typedef union dtv