Mail Archives: djgpp-workers/1997/11/26/11:29:16
--=====================_880583593==_
Content-Type: text/plain; charset="us-ascii"
--=====================_880583593==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="fse_o-t.dif"
*** src/libc/fsext/fse_open.txh~1 Thu Sep 19 22:37:20 1996
--- src/libc/fsext/fse_open.txh Mon Nov 24 13:36:52 1997
***************
*** 45,47 ****
This function is part of the @ref{File System Extensions}. It is used
internally to libc.a to allow extensions to get an opportunity to
! override the @code{_open} and @code{_creat} functions.
--- 45,53 ----
This function is part of the @ref{File System Extensions}. It is used
internally to libc.a to allow extensions to get an opportunity to
! override the @code{_open}, @code{_creat}, @code{_copy}, @code{_link},
! and @code{_unlink} functions.
!
! @subheading Return Value
!
! Returns true (1) if an extension handled the request, false (0)
! otherwise. @var{errno} is not set if no extension handled the request.
--=====================_880583593==_
Content-Type: text/plain; charset="us-ascii"
--=====================_880583593==_--
- Raw text -