diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-01 01:56:54 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-01 01:56:54 +0000 |
| commit | 65efd8129012d7371cc67e0cb0de9845140c977c (patch) | |
| tree | 7df1c1e8cadd1748528a154d73547f9a81702dae /lib/libc/stdio/local.h | |
| parent | 8c8a7645c79a3a5b0fd72d8307991fb6e8f506fe (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/local.h')
| -rw-r--r-- | lib/libc/stdio/local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index 00ec2d8bb3eb..d37a5408d7d9 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -46,8 +46,8 @@ * in particular, macros and private variables. */ -extern off_t _ftello __P((FILE *)); -extern int _fseeko __P((FILE *, off_t, int, int)); +extern int _ftello __P((FILE *, fpos_t *)); +extern int _fseeko __P((FILE *, off_t, int, int)); extern int __fflush __P((FILE *fp)); extern int __sflush __P((FILE *)); extern FILE *__sfp __P((void)); |
