]> git.ipfire.org Git - thirdparty/asterisk.git/commit
On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of...
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Apr 2012 16:02:28 +0000 (16:02 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Apr 2012 16:02:28 +0000 (16:02 +0000)
commit233b8364d3238fcaf3306968cd68dac6246265f2
tree22126e31dcead7a59f8150de51cd31a2e3d1fa99
parent7c6c99c3174d03eb68b4c5bdc83e8ed024a1f804
On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of O_RDWR and O_WRONLY.

The POSIX specification does not mandate how these 3 flags must be specified,
only that one of the three must be specified in every call.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@363209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/astfd.c