projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b0ab2
)
Change to use _IO_fpos64_t.
author
drepper
<drepper>
Mon, 6 Oct 1997 00:36:23 +0000
(
00:36
+0000)
committer
drepper
<drepper>
Mon, 6 Oct 1997 00:36:23 +0000
(
00:36
+0000)
libio/ioseekoff.c
patch
|
blob
|
history
diff --git
a/libio/ioseekoff.c
b/libio/ioseekoff.c
index
b1c4729
..
13086ee
100644
(file)
--- a/
libio/ioseekoff.c
+++ b/
libio/ioseekoff.c
@@
-25,14
+25,14
@@
#include <libioP.h>
-_IO_
pos
_t
+_IO_
fpos64
_t
_IO_seekoff (fp, offset, dir, mode)
_IO_FILE *fp;
- _IO_off_t offset;
+ _IO_off
64
_t offset;
int dir;
int mode;
{
- _IO_
pos
_t retval;
+ _IO_
fpos64
_t retval;
/* If we have a backup buffer, get rid of it, since the __seekoff
callback may not know to do the right thing about it.