Mail Archives: djgpp-workers/2000/01/13/11:47:47
Eli Zaretskii wrote:
> On Wed, 12 Jan 2000, Laurynas Biveinis wrote:
> > If it is not, I can provide at least fchown(), which does
> > nothing under DOS.
>
> You should at least check for the obvious errors (invalid file handle,
Is there any library function for this? I've only found static
function is_used_fd() in fcntl.c. It uses int 0x21, function 0x44
(ioctl - get device information). If this is the way to go, I make
that function global.
> for example). It's probably a good idea to include an FSEXT hook.
Hmm, I've never dealt with FSEXT before. Will try.
Laurynas Biveinis
- Raw text -