From 998cbccf508de34fdeed7fbd706a1ad9256a908f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 May 1998 11:39:46 +0000 Subject: [PATCH] Update. 1998-05-05 Ulrich Drepper * libio/stdio.h: Fix typo in __REDIRECT. * io/sys/stat.h: Likewise. Reported by Myles Uyema . --- ChangeLog | 6 ++++++ io/sys/stat.h | 4 ++-- libio/stdio.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69ea5ef..2607270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-05-05 Ulrich Drepper + + * libio/stdio.h: Fix typo in __REDIRECT. + * io/sys/stat.h: Likewise. + Reported by Myles Uyema . + 1998-05-04 Andreas Schwab * locale/programs/localedef.c (options): Fix help message. diff --git a/io/sys/stat.h b/io/sys/stat.h index b31097a..0847c0c 100644 --- a/io/sys/stat.h +++ b/io/sys/stat.h @@ -293,8 +293,8 @@ extern int __REDIRECT (__fxstat, __P ((int __ver, int __fildes, struct stat *__stat_buf)), __fxstat64); extern int __REDIRECT (__xstat, __P ((int __ver, __const char *__filename, struct stat *__stat_buf)), __xstat64); -extern int __REDIRECT (__lxstat __P ((int __ver, __const char *__filename, - struct stat *__stat_buf)), __lxstat64); +extern int __REDIRECT (__lxstat, __P ((int __ver, __const char *__filename, + struct stat *__stat_buf)), __lxstat64); # else # define __fxstat __fxstat64 diff --git a/libio/stdio.h b/libio/stdio.h index 7f0a087..e716cee 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 -- 2.7.4