mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
2.5-18.1
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
|
||||
#define COMPILE_GLOB64 1
|
||||
|
||||
#include <sysdeps/generic/glob.c>
|
||||
#include <posix/glob.c>
|
||||
|
||||
#include "shlib-compat.h"
|
||||
|
||||
@ -48,7 +48,7 @@ int __old_glob64 (__const char *__pattern, int __flags,
|
||||
|
||||
#define GLOB_ONLY_P 1
|
||||
|
||||
#include <sysdeps/generic/glob.c>
|
||||
#include <posix/glob.c>
|
||||
|
||||
compat_symbol (libc, __old_glob64, glob64, GLIBC_2_1);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user