• R
    make dlerror conform to posix · a9e85c0a
    Rich Felker 提交于
    the error status is required to be sticky after failure of dlopen or
    dlsym until cleared by dlerror. applications and especially libraries
    should never rely on this since it is not thread-safe and subject to
    race conditions, but glib does anyway.
    a9e85c0a
dynlink.c 18.2 KB