mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-28 13:30:29 +00:00
Improve system call support
This commit is contained in:
parent
63b867bd2f
commit
3085ac7837
65 changed files with 900 additions and 544 deletions
|
@ -67,7 +67,7 @@ struct dirstream {
|
|||
struct {
|
||||
unsigned buf_pos;
|
||||
unsigned buf_end;
|
||||
uint64_t buf[BUFSIZ / 8];
|
||||
uint64_t buf[(BUFSIZ + 256) / 8];
|
||||
};
|
||||
struct {
|
||||
bool isdone;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue