openbsd-ports/lang/jamvm/patches/patch-src_thread_h
kurt 4130c43025 update to 1.5.3:
- fix a use after free
- disable tls since we don't support it yet
- BSD endian fix from author Robert Lougher <rob.lougher at gmail.com>

testing and okay MANTAINER Frederick C. Druseikis <fdruseikis at sc.edu>
2009-07-22 00:31:57 +00:00

12 lines
283 B
Plaintext

$OpenBSD: patch-src_thread_h,v 1.1 2009/07/22 00:31:57 kurt Exp $
--- src/thread.h.orig Thu Jun 18 14:34:44 2009
+++ src/thread.h Thu Jun 18 14:35:06 2009
@@ -20,7 +20,6 @@
*/
#ifndef CREATING
-#include <alloca.h>
#include <pthread.h>
#include <setjmp.h>
#include <stdlib.h>