about summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/ftw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/ftw.h b/io/ftw.h
index bf0c7c885e..f2c59c4412 100644
--- a/io/ftw.h
+++ b/io/ftw.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -113,7 +113,7 @@ extern int ftw __P ((__const char *__dir, __ftw_func_t __func,
 extern int __REDIRECT (ftw, __P ((__const char *__dir, __ftw_func_t __func,
 				  int __descriptors)), ftw64);
 # else
-#  define nftw nftw64
+#  define ftw ftw64
 # endif
 #endif
 #ifdef __USE_LARGEFILE64