[PATCH] Shut up a warning in ftw.c
Jakub Jelinek
jakub@redhat.com
Wed Nov 12 17:11:00 GMT 2003
Hi!
Sorry for introducing it...
2003-11-12 Jakub Jelinek <jakub@redhat.com>
* io/ftw.c (NFTW_NEW_NAME, NFTW_OLD_NAME): Add prototypes.
--- libc/io/ftw.c.jj 2003-11-12 08:23:42.000000000 +0100
+++ libc/io/ftw.c 2003-11-12 10:12:10.000000000 +0100
@@ -757,6 +757,8 @@ NFTW_NAME (path, func, descriptors, flag
#include <shlib-compat.h>
+int NFTW_NEW_NAME (const char *, NFTW_FUNC_T, int, int);
+
int
NFTW_NEW_NAME (path, func, descriptors, flags)
const char *path;
@@ -779,6 +781,8 @@ versioned_symbol (libc, NFTW_NEW_NAME, N
/* Older nftw* version just ignored all unknown flags. */
+int NFTW_OLD_NAME (const char *, NFTW_FUNC_T, int, int);
+
int
NFTW_OLD_NAME (path, func, descriptors, flags)
const char *path;
Jakub
More information about the Libc-hacker
mailing list