Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bindings/lua: fix clock_gettime workaround #1371

Merged
merged 1 commit into from Mar 19, 2018

Commits on Mar 19, 2018

  1. bindings/lua: fix clock_gettime w/a on luaposix 31

    The workaround for broken posix.clock_gettime legacy function in
    luaposix 34 wasn't quite correct, and breaks on versions that
    include a posix.time module, but don't include clock_gettime in
    that module. This fix checks to ensure clock_gettime is actually
    available before trying to use it.
    
    Fixes flux-framework#1370
    grondo committed Mar 19, 2018
    Copy the full SHA
    c85de69 View commit details
    Browse the repository at this point in the history