mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 01:38:30 +00:00
Improve threading support further
This commit is contained in:
parent
8bfb70ca3f
commit
ce71677156
61 changed files with 882 additions and 747 deletions
|
@ -24,7 +24,7 @@ typedef struct FILE {
|
|||
uint32_t size; /* 0x20 */
|
||||
uint32_t nofree; /* 0x24 */
|
||||
int pid; /* 0x28 */
|
||||
char lock; /* 0x2c */
|
||||
int lock; /* 0x2c */
|
||||
char *getln; /* 0x30 */
|
||||
} FILE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue