summaryrefslogtreecommitdiff
path: root/emulators/hercules/files/patch-hercules.h2
blob: 524288cf1b8d9b9a2e5fad05b89d3b109a1afef1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -ur hercules.h.orig hercules.h
--- hercules.h.orig Wed Dec  4 16:53:55 2002
+++ hercules.h	Wed Dec  4 10:09:08 2002
@@ -49,6 +49,7 @@
  #include "hbyteswp.h"
 #endif
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/resource.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
@@ -289,8 +290,10 @@
 #endif // !defined(WIN32)
 #define thread_id() \
         pthread_self()
+#if 0
 #define exit_thread(exitvar_ptr) \
         pthread_exit((exitvar_ptr))
+#endif
 #endif // defined(OPTION_FTHREADS)
 #else
 typedef int                             TID;