further cleanup

This commit is contained in:
2024-10-10 16:04:18 +02:00
parent 791428e6c0
commit dd9c39af30
12 changed files with 110 additions and 314 deletions

View File

@ -0,0 +1,6 @@
// TODO
int close(int _) {
(void)_;
return -1;
}