posix.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-12-25 12:48:38 +01:00
parent 372020b835
commit a7346a5f84
1 changed files with 5 additions and 0 deletions

View File

@ -5498,4 +5498,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<define name="R_OK" value="4"/>
<define name="W_OK" value="2"/>
<define name="X_OK" value="1"/>
<!-- https://man7.org/linux/man-pages/man3/lockf.3.html -->
<define name="F_LOCK" value="1"/>
<define name="F_TEST" value="3"/>
<define name="F_TLOCK" value="2"/>
<define name="F_ULOCK" value="0"/>
</def>