Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/src/dlfcn.c

    r7f9df7b9 ra35b458  
    4242                fprintf(stderr, "dlopen() not implemented with non-zero flags (%s:%d), something will NOT work.\n", __FILE__, __LINE__);
    4343        }
    44        
     44
    4545        return __helenos_libc_dlopen(filename, 0);
    4646}
Note: See TracChangeset for help on using the changeset viewer.