bsd.cfg: Added support for more constants, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-25 12:45:56 +01:00
parent dfc754ba61
commit 372020b835
1 changed files with 4 additions and 0 deletions

View File

@ -314,4 +314,8 @@
inclusion in the next POSIX revision (Issue 8).-->
<define name="SEEK_DATA" value="3"/>
<define name="SEEK_HOLE" value="4"/>
<!-- Old BSD names for the same constants; just for compatibility. -->
<define name="L_INCR" value="SEEK_CUR"/>
<define name="L_SET" value="SEEK_SET"/>
<define name="L_XTND" value="SEEK_END"/>
</def>