bsd.cfg: Added support for more constants, found by daca@home
This commit is contained in:
parent
dfc754ba61
commit
372020b835
|
@ -314,4 +314,8 @@
|
||||||
inclusion in the next POSIX revision (Issue 8).-->
|
inclusion in the next POSIX revision (Issue 8).-->
|
||||||
<define name="SEEK_DATA" value="3"/>
|
<define name="SEEK_DATA" value="3"/>
|
||||||
<define name="SEEK_HOLE" value="4"/>
|
<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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue