This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
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
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |