Skip to content

Commit

Permalink
Despite what the documentation says/implies, PTHREAD_STACK_MIN is oft…
Browse files Browse the repository at this point in the history
…en not

defined by pthread.h.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4709 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
pbrook committed Jun 9, 2008
1 parent f1aa632 commit 82e671d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-user/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 82e671d

Please sign in to comment.