mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
LibC: Add mktime().
This commit is contained in:
parent
e04ba0a83c
commit
27fa09aee4
3 changed files with 32 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue