1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00

Add a "stat" command to test FileHandle::stat().

This commit is contained in:
Andreas Kling 2018-10-14 23:39:11 +02:00
parent c7c957966a
commit 0286b5ea48
Notes: sideshowbarker 2024-07-19 18:48:05 +09:00
6 changed files with 58 additions and 23 deletions

View file

@ -17,7 +17,7 @@ typedef dword gid_t;
typedef signed_qword off_t;
typedef dword blksize_t;
typedef dword blkcnt_t;
typedef dword time_t;
typedef long int time_t;
typedef dword size_t;
typedef signed_dword ssize_t;