src/java.desktop/unix/native/libawt_xawt/xawt/awt_Taskbar.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
    58         longjmp(j, NO_SYMBOL_EXCEPTION);
    58         longjmp(j, NO_SYMBOL_EXCEPTION);
    59 
    59 
    60     return result;
    60     return result;
    61 }
    61 }
    62 
    62 
    63 static gboolean unity_load() {
    63 static gboolean unity_load(void) {
    64     unity_libhandle = dlopen(UNITY_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
    64     unity_libhandle = dlopen(UNITY_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
    65     if (unity_libhandle == NULL) {
    65     if (unity_libhandle == NULL) {
    66         unity_libhandle = dlopen(UNITY_LIB, RTLD_LAZY | RTLD_LOCAL);
    66         unity_libhandle = dlopen(UNITY_LIB, RTLD_LAZY | RTLD_LOCAL);
    67         if (unity_libhandle == NULL) {
    67         if (unity_libhandle == NULL) {
    68             return FALSE;
    68             return FALSE;