mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
15 lines
448 B
Diff
15 lines
448 B
Diff
--- gcc-2.95.3/libio/strops.c Fri May 22 20:40:02 1998
|
|
+++ gcc-2.95.3/libio/strops.c Thu Apr 5 10:48:49 2001
|
|
@@ -205,7 +205,10 @@ _IO_str_count (fp)
|
|
- fp->_IO_read_base);
|
|
}
|
|
|
|
-_IO_pos_t
|
|
+// Changed 2001-04-05 Andreas Wolff <andreas.wolff@dusnet.de>
|
|
+// Avoid conflicting types with libioP.h
|
|
+// This may be obsolete for future versions of libio
|
|
+_IO_off_t
|
|
_IO_str_seekoff (fp, offset, dir, mode)
|
|
_IO_FILE *fp;
|
|
_IO_off_t offset;
|