1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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>.
This commit is contained in:
Ulrich Drepper
1998-05-05 11:39:46 +00:00
parent 7c38dd46bf
commit 998cbccf50
3 changed files with 9 additions and 3 deletions

View File

@@ -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