• Show log

    Commit

  • Hash : 89505f85
    Author : Christopher Chavez
    Date : 2021-11-11T20:12:14

    CheckWorkingKqueue.cmake: fix missing headers
    
    Avoid implicitly declaring functions memset() and exit()
    as it is considered an error by some compilers
    (e.g. Xcode clang 12 and later)