• Show log

    Commit

  • Hash : 75a58303
    Author : Ryan C. Gordon
    Date : 2018-02-17T23:57:57

    pthread: fix error code checks (thanks, Andreas!).
    
    Most pthread functions return 0 on success and non-zero on error, but those
    errors might be positive or negative, so checking for return values in the
    Unix style, where errors are less than zero, is a bug.
    
    Fixes Bugzilla #4039.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags