[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r1544 - in /branches/eglibc-2_5/linuxthreads/linuxthreads: ChangeLog.eglibc sysdeps/pthread/gai_misc.h



Author: richard
Date: Thu Feb 22 06:37:54 2007
New Revision: 1544

Log:
linuxthreads/
	From Mike Frysinger <vapier@xxxxxxxxxx>

	* sysdeps/pthread/gai_misc.h: Include pthread.h.

Added:
    branches/eglibc-2_5/linuxthreads/linuxthreads/ChangeLog.eglibc
Modified:
    branches/eglibc-2_5/linuxthreads/linuxthreads/sysdeps/pthread/gai_misc.h

Added: branches/eglibc-2_5/linuxthreads/linuxthreads/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_5/linuxthreads/linuxthreads/ChangeLog.eglibc (added)
+++ branches/eglibc-2_5/linuxthreads/linuxthreads/ChangeLog.eglibc Thu Feb 22 06:37:54 2007
@@ -1,0 +1,5 @@
+2007-02-22  Richard Sandiford  <richard@xxxxxxxxxxxxxxxx>
+
+	From Mike Frysinger <vapier@xxxxxxxxxx>
+
+	* sysdeps/pthread/gai_misc.h: Include pthread.h.

Modified: branches/eglibc-2_5/linuxthreads/linuxthreads/sysdeps/pthread/gai_misc.h
==============================================================================
--- branches/eglibc-2_5/linuxthreads/linuxthreads/sysdeps/pthread/gai_misc.h (original)
+++ branches/eglibc-2_5/linuxthreads/linuxthreads/sysdeps/pthread/gai_misc.h Thu Feb 22 06:37:54 2007
@@ -23,6 +23,7 @@
 
 #include <assert.h>
 #include <signal.h>
+#include <pthread.h>
 
 #undef DONT_NEED_GAI_MISC_COND