Mail Archives: djgpp-workers/2001/02/28/16:22:18
> From: "Mark E." <snowball3 AT bigfoot DOT com>
> Date: Wed, 28 Feb 2001 14:53:34 -0500
>
> I made some minor tweaks and added documentation for the support
> functions and wc204.txi.
Thanks!
> however I'm not sure about one change I made:
>
> *************** open(const char* filename, int oflag, .. *** 107,113 ****
> }
>
> if (should_create)
> ! fd = _creatnew(real_name, dmode, oflag & 0xff);
> else
> {
> fd = _open(real_name, oflag);
> --- 109,115 ----
> }
>
> if (should_create)
> ! fd = _creatnew(real_name, dmode, oflag);
> else
> {
> fd = _open(real_name, oflag);
>
>
> If the masking with 0xff is neccessary, I can rework that part.
What is the value of O_TEMPORARY? (Btw, I don't see the diffs for
fcntl.h in the patches.)
> + @findex O_TEMPORARYr{, new flag accepted by @code{open}}
^^
This should be @r{, not r{.
> + See also @ref{__set_fd_properties} and @ref{__dup_fd_properties}.
You cannot use "@ref" on its own, you have to say "see" or something
else.
- Raw text -