diff options
Diffstat (limited to 'emulators/hercules/files/patch-hercules.h2')
-rw-r--r-- | emulators/hercules/files/patch-hercules.h2 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/hercules/files/patch-hercules.h2 b/emulators/hercules/files/patch-hercules.h2 deleted file mode 100644 index 524288cf1b8d..000000000000 --- a/emulators/hercules/files/patch-hercules.h2 +++ /dev/null @@ -1,22 +0,0 @@ -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; |