summaryrefslogtreecommitdiff
path: root/pthreads-w32.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pthreads-w32.patch')
-rw-r--r--pthreads-w32.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/pthreads-w32.patch b/pthreads-w32.patch
new file mode 100644
index 0000000..17db0e3
--- /dev/null
+++ b/pthreads-w32.patch
@@ -0,0 +1,17 @@
+--- pthread-orig.h 2013-05-13 02:48:34.000000000 +0200
++++ pthread.h 2013-05-13 02:48:43.000000000 +0200
+@@ -304,10 +304,10 @@
+
+ #ifndef HAVE_STRUCT_TIMESPEC
+ #define HAVE_STRUCT_TIMESPEC 1
+-struct timespec {
+- long tv_sec;
+- long tv_nsec;
+-};
++//struct timespec {
++// long tv_sec;
++// long tv_nsec;
++//};
+ #endif /* HAVE_STRUCT_TIMESPEC */
+
+ #ifndef SIG_BLOCK