From: Martin Str|mberg Message-Id: <200006141635.SAA11903@father.ludd.luth.se> Subject: Re: LONG: fat32 diff in cvs (second try) In-Reply-To: from Eli Zaretskii at "Jun 12, 2000 03:29:50 pm" To: djgpp-workers AT delorie DOT com Date: Wed, 14 Jun 2000 18:35:32 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Eli Zaretskii: > One more tidbit: the docs for FSEXT should be updated with the new > FSEXT_llseek symbol. Ooops! Sorry! Is it ok last, or should I group it with lseek? Here it is (pasted): Index: djgpp/src/libc/fsext/fsext.txh =================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/fsext/fsext.txh,v retrieving revision 1.6 diff -p -3 -r1.6 fsext.txh *** fsext.txh 1999/08/22 11:01:12 1.6 --- fsext.txh 2000/06/14 16:34:17 *************** file descriptors are used to refer to th *** 109,114 **** --- 109,118 ---- A file fstat handler (@pxref{fstat}). The extension should fill in various status information about the emulated file. + @item __FSEXT_llseek + + A file llseek handler (@pxref{llseek}). + @end table Right, MartinS