Date: Tue, 2 Feb 1999 11:30:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Clarification of some errno values. In-Reply-To: <3.0.6.32.19990202001525.00831260@pop.netaddress.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 2 Feb 1999, Paul Derbyshire wrote: > Thanks much -- perhaps the info files should be updated to be more > detailled about it. Say by pasting exactly your descriptions and comments > below into the errno info node. It cannot be simply pasted into the docs, since the source of the documentation is written in Texinfo: certain keywords and manifest constant names need to have special markup. Volunteers are welcome to join the effort of making DJGPP docs better. > >flock() and/or lockf() > > I can't find an info file on these functions... See `lock' and `_dos_lock'. `flock' and `lockf' are Unix functions with similar functionality, but DJGPP doesn't have them. > >> EXDEV 'Improper link' -- ??? > > > >Like renaming a file to a directory on another drive. > > ??? > IOW trying to move the file across drives with the rename? Yes. > >Most are ANSI or POSIX. The DJGPP header files tell you which are > >which, but you can use #ifdef to test for each anyway. > > errno.h I presume? Yes.