Andrey A. Chernov 71b5a4326d fseek.c:
Resulting fseek() offset must fit in long, required by POSIX (pointed by bde),
so add LONG_MAX and final tests for it.

rewind.c:
1) add missing __sinit() as in fseek() it pretends to be.
2) use clearerr_unlocked() since we already lock stream before _fseeko()
3) don't zero errno at the end, it explicitely required by POSIX as the
only one method to test rewind() error condition.
4) don't clearerr() if error happens in _fseeko()
2001-08-17 09:57:11 +00:00
..
2001-08-07 15:48:51 +00:00
2001-07-09 23:12:23 +00:00
2001-08-17 09:57:11 +00:00
2001-07-15 07:53:42 +00:00
2001-03-27 17:27:19 +00:00
2001-03-27 17:27:19 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-03-27 17:27:19 +00:00
2001-08-07 15:48:51 +00:00
2001-08-09 06:10:46 +00:00
2001-07-15 07:53:42 +00:00
2001-08-15 20:05:33 +00:00
2001-03-27 17:27:19 +00:00
2001-07-15 07:53:42 +00:00
2001-03-27 17:27:19 +00:00
2001-03-27 17:27:19 +00:00
2001-03-27 17:27:19 +00:00
2001-07-15 07:53:42 +00:00