diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 19:12:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 19:12:38 +0200 |
commit | fec1fd5598765d02691cb4c2b3ea3f1938be7824 (patch) | |
tree | 78abeafc5125b3465a20d2a0a406f4de69d54bb8 /package/cacaovm/patches/patch-src_threads_posix_thread-posix_h | |
parent | debc4a7d3c109490b833434c7e7bca7bf293c832 (diff) | |
parent | 819692c26044aa5bb280a08fa017de9d55ca18b9 (diff) |
merge
Diffstat (limited to 'package/cacaovm/patches/patch-src_threads_posix_thread-posix_h')
-rw-r--r-- | package/cacaovm/patches/patch-src_threads_posix_thread-posix_h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/cacaovm/patches/patch-src_threads_posix_thread-posix_h b/package/cacaovm/patches/patch-src_threads_posix_thread-posix_h deleted file mode 100644 index fc43526fb..000000000 --- a/package/cacaovm/patches/patch-src_threads_posix_thread-posix_h +++ /dev/null @@ -1,14 +0,0 @@ ---- cacao-0.99.4.orig/src/threads/posix/thread-posix.h 2008-08-04 18:51:28.000000000 +0200 -+++ cacao-0.99.4/src/threads/posix/thread-posix.h 2011-03-26 20:12:13.000000000 +0100 -@@ -34,7 +34,11 @@ typedef struct threadobject threadobject - #include "config.h" - - #include <pthread.h> -+#if defined(__DARWIN__) -+#include <sys/ucontext.h> -+#else - #include <ucontext.h> -+#endif - - #include "vm/types.h" - |