mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* thread_pthread.h: no Structured Exception Handling like macros.
[ruby-core:40432] [Bug #5491] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
27295f104a
commit
2fd8753bde
2 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,11 @@ typedef struct native_thread_data_struct {
|
|||
|
||||
#include <semaphore.h>
|
||||
|
||||
#undef except
|
||||
#undef try
|
||||
#undef leave
|
||||
#undef finally
|
||||
|
||||
typedef struct rb_global_vm_lock_struct {
|
||||
/* fast path */
|
||||
unsigned long acquired;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue