mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Add a "syncd" kernel process that periodically calls sync().
This commit is contained in:
parent
ed7ae6c02c
commit
89040cdc99
Notes:
sideshowbarker
2024-07-19 16:07:54 +09:00
Author: https://github.com/awesomekling
Commit: 89040cdc99
3 changed files with 13 additions and 1 deletions
|
@ -103,6 +103,7 @@ struct SC_mmap_params {
|
|||
};
|
||||
|
||||
void initialize();
|
||||
int sync();
|
||||
|
||||
inline dword invoke(Function function)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue