mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
LibC: Partially implement __fpending
This commit is contained in:
parent
304dbb0242
commit
4917a610ab
3 changed files with 18 additions and 0 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
|
||||
bool flush();
|
||||
void purge();
|
||||
size_t pending();
|
||||
bool close();
|
||||
|
||||
void lock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue