mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
Change type of errnos to errno_t
https://github.com/jart/cosmopolitan/discussions/521
This commit is contained in:
parent
ab301401c7
commit
4238e4def9
2 changed files with 152 additions and 152 deletions
|
@ -413,7 +413,7 @@ static const struct Syscall {
|
|||
};
|
||||
|
||||
static const struct Errno {
|
||||
long *number;
|
||||
errno_t *number;
|
||||
const char *name;
|
||||
} kErrnos[] = {
|
||||
{&ENOSYS, "ENOSYS"}, //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue