mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
Improve system call documentation
This change also introduces partial faccessat() support for zipos and makes some slight breaking changes in errno results. close() is fixed to use `EBADF` rather than `EINVAL` and we're now using `ENOTSUP` not `EOPNOTSUPP` to indicate that zipos doesn't support a system call yet
This commit is contained in:
parent
0b5f84dd20
commit
ad97775370
18 changed files with 273 additions and 67 deletions
|
@ -27,6 +27,7 @@
|
|||
.yoink __zipos_close
|
||||
.yoink __zipos_fcntl
|
||||
.yoink __zipos_fstat
|
||||
.yoink __zipos_access
|
||||
.yoink __zipos_lseek
|
||||
.yoink __zipos_open
|
||||
.yoink __zipos_parseuri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue