Mail Archives: djgpp-workers/1998/02/04/13:55:33
Wrt the complaint below, should we make `__FSEXT_alloc_fd' use `dup'
rather than `open' DOS call? Since the handle isn't used for actual DOS
calls, it doesn't seem to be important, and `dup' can go beyond what
FILES= says.
Comments?
---------- Forwarded message ----------
Date: Wed, 4 Feb 1998 18:54:08 +0100 (MET)
From: Gisle Vanem <giva AT bryggen DOT bgnett DOT no>
To: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
Cc: djgpp AT delorie DOT com
Subject: Re: FSEXT handles
On Wed, 4 Feb 1998, Eli Zaretskii wrote:
> ... The latter makes sure the handle it returns is
> unique and will not be reused by DOS for any other file unless you close
> the socket first.
In other words, I cannot create more (and keep them lingering) sockets than
DOS allows handles to NUL !?? What a pain...
Gisle V.
- Raw text -