about summary refs log tree commit diff
path: root/io
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 /io
parent7c38dd46bf3c42b0de5ccefdbe3b078a141d64a7 (diff)
downloadglibc-998cbccf508de34fdeed7fbd706a1ad9256a908f.tar.gz
glibc-998cbccf508de34fdeed7fbd706a1ad9256a908f.tar.xz
glibc-998cbccf508de34fdeed7fbd706a1ad9256a908f.zip
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 'io')
-rw-r--r--io/sys/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/sys/stat.h b/io/sys/stat.h
index b31097a52f..0847c0c7b8 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