diff options
Diffstat (limited to 'io/ftw.h')
-rw-r--r-- | io/ftw.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |