]> 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:06:53 +0000 (16:06 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Apr 2012 16:06:53 +0000 (16:06 +0000)
commit806f0962bb3c0334d5447191d338bbad769e2869
treeecb0cc54f4b2d3f05a2f9957286723d939aec89e
parent6238c81197badb77c1a906bcc6be3bcf32e4391b
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.
........

Merged revisions 363209 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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