Message-Id: <3.0.1.32.19971126103313.007f0270@yacker.xiotech.com> Date: Wed, 26 Nov 1997 10:33:13 -0600 To: djgpp-workers AT delorie DOT com From: Randy Maas Subject: patch for fse_open.txh Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_880583593==_" Precedence: bulk --=====================_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==_--