mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Add an lstat() syscall and use it to make "ls" nicer.
This commit is contained in:
parent
bca4b71bfa
commit
5f36a5f22e
Notes:
sideshowbarker
2024-07-19 18:39:27 +09:00
Author: https://github.com/awesomekling
Commit: 5f36a5f22e
10 changed files with 118 additions and 2 deletions
|
@ -27,6 +27,7 @@ enum Function {
|
|||
PosixMmap = 0x1995,
|
||||
PosixMunmap = 0x1996,
|
||||
GetDirEntries = 0x1997,
|
||||
PosixLstat = 0x1998,
|
||||
};
|
||||
|
||||
void initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue