Mail Archives: djgpp-workers/2001/01/23/14:25:55
> I solved it in cygwin pretty easily, but it depends on having a flag
> available for each open file descriptor.
I got it working in a standalone program. Now to work on integrating it into
libc...
I used __file_handle_modes to store the required flag so that was no problem.
I also have a function to zero fill the space that is to be filled. Where
should this function go? I'm thinking src/libc/dos/io but a confirmation
would be good before I start touching files.
Also, the fcntl patch adds lfilelength which my fill function uses. I believe
that patch is close to being done, correct?
Mark
- Raw text -