• Show log

    Commit

  • Hash : 35439f59
    Author : Edward Thomson
    Date : 2016-02-11T12:24:21

    win32: introduce p_timeval that isn't stupid
    
    Windows defines `timeval` with `long`, which we cannot
    sanely cope with.  Instead, use a custom timeval struct.