Mail Archives: djgpp-workers/1997/12/03/08:47:17
--=====================_881178094==_
Content-Type: text/plain; charset="us-ascii"
And here is the fsext.h patch
--=====================_881178094==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="fsext-h.dif"
*** include/sys/fsext.h~1 Mon Aug 12 23:18:10 1996
--- include/sys/fsext.h Wed Dec 3 07:31:44 1997
***************
*** 25,28 ****
--- 25,33 ----
__FSEXT_fcntl,
__FSEXT_ioctl,
+ __FSEXT_lseek,
+ __FSEXT_link,
+ __FSEXT_unlink,
+ __FSEXT_dup2,
+ __FSEXT_fstat
} __FSEXT_Fnumber;
***************
*** 45,48 ****
--- 50,55 ----
int __FSEXT_call_open_handlers(__FSEXT_Fnumber _function_number,
int *rv, va_list _args);
+ void* __FSEXT_set_data(int _fd, void* data);
+ void* __FSEXT_get_data(int _fd);
#endif /* !_POSIX_SOURCE */
--=====================_881178094==_
Content-Type: text/plain; charset="us-ascii"
--=====================_881178094==_--
- Raw text -