Skip to content

Commit

Permalink
options/ansi: use __mlibc_int64 for time_t
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Feb 17, 2024
1 parent d76fcdd commit d26183b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion options/ansi/include/bits/ansi/time_t.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#ifndef MLIBC_TIME_T
#define MLIBC_TIME_T

typedef long time_t;
#include <bits/types.h>
typedef __mlibc_int64 time_t;

#endif

0 comments on commit d26183b

Please sign in to comment.