delorie.com/archives/browse.cgi | search |
Date: | Sun, 25 Mar 2001 16:13:49 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
cc: | DJGPP-WORKERS <djgpp-workers AT delorie DOT com> |
Subject: | Re: Bug 323 |
In-Reply-To: | <200103251230.OAA12137@mother.ludd.luth.se> |
Message-ID: | <Pine.SUN.3.91.1010325161044.25476C-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sun, 25 Mar 2001, Martin Str|mberg wrote: > +#define O_APPEND 0x0010 Not good, 0x0010 is already taken by SH_DENYRW. In general, all of the bits of the lowest byte in the open mode variable passed to open and _open are used by DOS (we do special trickery to reset the O_BINARY and O_TEXT bits, because DOS doesn't know anything about them). I admit I don't remember what was wrong with the previous solution you suggested, so I cannot suggest alternatives. Could you remind what were we talking about last time?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |