posix.cfg: Added support for more macros (ref. https://man7.org/linux/man-pages/man2/access.2.html)

This commit is contained in:
orbitcowboy 2020-12-24 14:22:05 +01:00
parent 973d106ffa
commit 9b5fc508bb
1 changed files with 4 additions and 0 deletions

View File

@ -5494,4 +5494,8 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<define name="SIGPROF" value="27"/>
<define name="SIGPOLL" value="29"/>
<define name="SIGSYS" value="31"/>
<define name="F_OK" value="0"/>
<define name="R_OK" value="4"/>
<define name="W_OK" value="2"/>
<define name="X_OK" value="1"/>
</def>