Change type of errnos to errno_t

https://github.com/jart/cosmopolitan/discussions/521
This commit is contained in:
Justine Tunney 2022-08-05 02:13:10 -07:00
parent ab301401c7
commit 4238e4def9
2 changed files with 152 additions and 152 deletions

View file

@ -413,7 +413,7 @@ static const struct Syscall {
};
static const struct Errno {
long *number;
errno_t *number;
const char *name;
} kErrnos[] = {
{&ENOSYS, "ENOSYS"}, //