blob: 45b59f4b42dda734f866541164c161f8fd766cf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- common/drivers/rtaudio/rt_audio.cpp.orig Mon Jun 30 12:29:43 2003
+++ common/drivers/rtaudio/rt_audio.cpp Thu Oct 30 12:04:02 2003
@@ -68,6 +68,10 @@
#define MUTEX_UNLOCK(A) pthread_mutex_unlock(A)
#endif
+#if defined(__FreeBSD__)
+ #define O_SYNC O_FSYNC
+#endif
+
// *************************************************** //
//
// Public common (OS-independent) methods.
|