* [Qemu-devel] [5537] Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)
@ 2008-10-26 9:54 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-26 9:54 UTC (permalink / raw)
To: qemu-devel
Revision: 5537
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5537
Author: blueswir1
Date: 2008-10-26 09:54:50 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)
Modified Paths:
--------------
trunk/audio/sdlaudio.c
Modified: trunk/audio/sdlaudio.c
===================================================================
--- trunk/audio/sdlaudio.c 2008-10-25 13:48:59 UTC (rev 5536)
+++ trunk/audio/sdlaudio.c 2008-10-26 09:54:50 UTC (rev 5537)
@@ -29,7 +29,7 @@
#ifndef _WIN32
#ifdef __sun__
#define _POSIX_PTHREAD_SEMANTICS 1
-#elif defined(__OpenBSD__)
+#elif defined(__OpenBSD__) || defined(__FreeBSD__)
#include <pthread.h>
#endif
#include <signal.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-26 9:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 9:54 [Qemu-devel] [5537] Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) Blue Swirl
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).