[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: io-seek fixes.
From: |
Roland McGrath |
Subject: |
Re: io-seek fixes. |
Date: |
Sun, 26 Sep 2004 16:45:03 -0400 (EDT) |
Seeing all that repeated change makes me think we should have an
iohelp function to do the computation and checking for you, e.g.
error_t iohelp_seek (off_t *stored_pos, off_t end_pos,
off_t offs, int whence, off_t *new_offs);
Would you like to do that?
Thanks,
Roland
- io-seek fixes., Alfred M. Szmidt, 2004/09/25
- Re: io-seek fixes.,
Roland McGrath <=