* [Qemu-devel] [4709] Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not
@ 2008-06-09 12:10 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-06-09 12:10 UTC (permalink / raw)
To: qemu-devel
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-09 12:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09 12:10 [Qemu-devel] [4709] Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).