qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [4709] Despite what the documentation says/implies, PTHREAD


From: Paul Brook
Subject: [Qemu-devel] [4709] Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not
Date: Mon, 09 Jun 2008 12:10:23 +0000

Revision: 4709
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4709
Author:   pbrook
Date:     2008-06-09 12:10:22 +0000 (Mon, 09 Jun 2008)

Log Message:
-----------
Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not
defined by pthread.h.

Modified Paths:
--------------
    trunk/linux-user/syscall.c

Modified: trunk/linux-user/syscall.c
===================================================================
--- trunk/linux-user/syscall.c  2008-06-09 07:13:38 UTC (rev 4708)
+++ trunk/linux-user/syscall.c  2008-06-09 12:10:22 UTC (rev 4709)
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <time.h>
+#include <limits.h>
 #include <sys/types.h>
 #include <sys/ipc.h>
 #include <sys/msg.h>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]