mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibC: Add mktime().
This commit is contained in:
parent
e04ba0a83c
commit
27fa09aee4
Notes:
sideshowbarker
2024-07-19 15:54:28 +09:00
Author: https://github.com/awesomekling
Commit: 27fa09aee4
3 changed files with 32 additions and 20 deletions
|
@ -41,8 +41,6 @@ typedef word mode_t;
|
|||
typedef dword nlink_t;
|
||||
typedef dword blksize_t;
|
||||
typedef dword blkcnt_t;
|
||||
typedef dword time_t;
|
||||
typedef dword suseconds_t;
|
||||
|
||||
struct FarPtr {
|
||||
dword offset { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue