Skip to content

Commit

Permalink
Fix GH563: broken build on 32 bit gcc 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronys committed Jul 5, 2019
1 parent 0f38b76 commit 497246d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/os/unix/pws_time.h
Expand Up @@ -14,8 +14,7 @@
#include <time.h>
#endif

typedef time_t __time32_t;
#ifndef __time64_t
#if !defined(__time64_t) && !defined(__TIME64_T_TYPE)
typedef uint64_t __time64_t;
#endif

Expand Down

0 comments on commit 497246d

Please sign in to comment.