Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <39452485.B34A9499@phekda.freeserve.co.uk> Date: Mon, 12 Jun 2000 18:57:25 +0100 From: Richard Dawe X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.14 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: LONG: fat32 diff in cvs (second try) References: <200006121530 DOT RAA29570 AT father DOT ludd DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Martin Str|mberg wrote: > > According to Eli Zaretskii: > Ok. But I have a question, in fsext.h there are: > typedef enum { [snip] > } __FSEXT_Fnumber; > > But the texinfo document also mentions __FSEXT_ready_read, > __FSEXT_ready_write and __FSEXT_ready_error. Shouldn't these two > places match? I must be missing something. These are supposed to returned as the result of the __FSEXT_ready Fnumber - see "info libc alpha 'File Systems Extensions'". So, they should not be in the enum.