LibC: Add mktime().

This commit is contained in:
Andreas Kling 2019-01-31 16:51:27 +01:00
commit 27fa09aee4
Notes: sideshowbarker 2024-07-19 15:54:28 +09:00
3 changed files with 32 additions and 20 deletions

View file

@ -253,7 +253,7 @@ struct sigaction {
// FIXME: Support 64-bit offsets!
typedef signed_dword off_t;
typedef unsigned int time_t;
typedef dword time_t;
struct utimbuf {
time_t actime;