about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-08 20:37:42 +0000
committerRoland McGrath <roland@gnu.org>2002-09-08 20:37:42 +0000
commit64ca3f329b3232d6926a44fa10b6e9f1cb92687d (patch)
treeab99bc2be1f9ab54e32eaf11e1debf630b36b1f1 /linuxthreads/ChangeLog
parent4f58b7c6f7aaed8c886accb8b119a6948d480e71 (diff)
downloadglibc-64ca3f329b3232d6926a44fa10b6e9f1cb92687d.tar.gz
glibc-64ca3f329b3232d6926a44fa10b6e9f1cb92687d.tar.xz
glibc-64ca3f329b3232d6926a44fa10b6e9f1cb92687d.zip
* resolv/resolv.h: Include <sys/types.h> for u_long even in
	the [__need_res_state] case.
	Reported by Bruno Haible <bruno@clisp.org>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index a30efcb3ab..2ed5382a70 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,12 @@
 2002-09-04  Bruno Haible  <bruno@clisp.org>
 
+	* pthread.c: Include <sys/time.h>.
+	(is_smp_system): Move to sysdeps/unix/sysv/linux/smp.h.
+	* sysdeps/unix/sysv/linux/smp.h: New file, extracted from pthread.c.
+	* Makefile (distribute): Add smp.h to the list.
+
+2002-09-04  Bruno Haible  <bruno@clisp.org>
+
         * sysdeps/alpha/pt-machine.h: Choose different include file location
         on non-Linux platforms.