summaryrefslogtreecommitdiff
path: root/libio/stdio.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-05 11:39:46 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-05 11:39:46 +0000
commit998cbccf508de34fdeed7fbd706a1ad9256a908f (patch)
tree48fdf0780028a3ddb091263541131b9cb4bb3573 /libio/stdio.h
parent7c38dd46bf3c42b0de5ccefdbe3b078a141d64a7 (diff)
Update.
1998-05-05 Ulrich Drepper <drepper@cygnus.com> * libio/stdio.h: Fix typo in __REDIRECT. * io/sys/stat.h: Likewise. Reported by Myles Uyema <myles@uyema.nws.net>.
Diffstat (limited to 'libio/stdio.h')
-rw-r--r--libio/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/stdio.h b/libio/stdio.h
index 7f0a087a01..e716cee61e 100644
--- a/libio/stdio.h
+++ b/libio/stdio.h
@@ -582,7 +582,7 @@ extern int __REDIRECT (fseeko,
extern __off64_t __REDIRECT (ftello, __P ((FILE *__stream)), ftello64);
extern int __REDIRECT (fgetpos, __P ((FILE *__restrict __stream,
fpos_t *__restrict __pos)), fgetpos64);
-extern int __REDIRECT (fsetpos, __P, ((FILE *__stream, __const fpos_t *__pos)),
+extern int __REDIRECT (fsetpos, __P ((FILE *__stream, __const fpos_t *__pos)),
fsetpos64);
# else
# define fseeko fseeko64