Mail Archives: djgpp-workers/2000/06/12/11:30:12
According to Eli Zaretskii:
> One more tidbit: the docs for FSEXT should be updated with the new
> FSEXT_llseek symbol.
Ok. But I have a question, in fsext.h there are:
typedef enum {
__FSEXT_nop,
__FSEXT_open,
__FSEXT_creat,
__FSEXT_read,
__FSEXT_write,
__FSEXT_ready,
__FSEXT_close,
__FSEXT_fcntl,
__FSEXT_ioctl,
__FSEXT_lseek,
__FSEXT_link,
__FSEXT_unlink,
__FSEXT_dup,
__FSEXT_dup2,
__FSEXT_fstat,
__FSEXT_stat,
__FSEXT_llseek
} __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.
Right,
MartinS
- Raw text -