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:
44b28b4
)
Change to use _IO_fpos64_t.
author
drepper
<drepper>
Mon, 6 Oct 1997 00:36:38 +0000
(
00:36
+0000)
committer
drepper
<drepper>
Mon, 6 Oct 1997 00:36:38 +0000
(
00:36
+0000)
libio/ioseekpos.c
patch
|
blob
|
history
diff --git
a/libio/ioseekpos.c
b/libio/ioseekpos.c
index
2ce0c22
..
5b59ed7
100644
(file)
--- a/
libio/ioseekpos.c
+++ b/
libio/ioseekpos.c
@@
-25,13
+25,13
@@
#include <libioP.h>
-_IO_
pos
_t
+_IO_
fpos64
_t
_IO_seekpos (fp, pos, mode)
_IO_FILE *fp;
- _IO_
pos
_t pos;
+ _IO_
fpos64
_t pos;
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.