summaryrefslogtreecommitdiff
path: root/pthreads-w32.patch
blob: 17db0e33d81aa31c62a258e9fdb5cd31f59eaa0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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