src/java.base/solaris/native/libjsig/jsig.c
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 49440 396ea30afbd5
child 56112 39286667d14e
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    35 #include <string.h>
    35 #include <string.h>
    36 #include <signal.h>
    36 #include <signal.h>
    37 #include <dlfcn.h>
    37 #include <dlfcn.h>
    38 #include <thread.h>
    38 #include <thread.h>
    39 #include <synch.h>
    39 #include <synch.h>
    40 #include "jvm_solaris.h"
    40 #include "jvm_md.h"
    41 
    41 
    42 #define bool int
    42 #define bool int
    43 #define true 1
    43 #define true 1
    44 #define false 0
    44 #define false 0
    45 
    45