aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-bug1228255
blob: 6c76ef937aee7749c6e0fc2a44252a5273b8c863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff --git a/test/test_audio.cpp b/test/test_audio.cpp
index 0158fb7..6a6ebf5 100644
--- mozilla/media/libcubeb/tests/test_audio.cpp
+++ mozilla/media/libcubeb/tests/test_audio.cpp
@@ -10,7 +10,7 @@
 #ifdef NDEBUG
 #undef NDEBUG
 #endif
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
diff --git a/test/test_sanity.cpp b/test/test_sanity.cpp
index 8c80f80..ff31a96 100644
--- mozilla/media/libcubeb/tests/test_sanity.cpp
+++ mozilla/media/libcubeb/tests/test_sanity.cpp
@@ -7,7 +7,7 @@
 #ifdef NDEBUG
 #undef NDEBUG
 #endif
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
 #include "cubeb/cubeb.h"
 #include <assert.h>
 #include <stdio.h>
diff --git a/test/test_tone.cpp b/test/test_tone.cpp
index 023c46f..a0bb287 100644
--- mozilla/media/libcubeb/tests/test_tone.cpp
+++ mozilla/media/libcubeb/tests/test_tone.cpp
@@ -9,7 +9,7 @@
 #ifdef NDEBUG
 #undef NDEBUG
 #endif
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>