diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/glob.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0f1fceb25a..b7a435909f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-04-10 Andreas Jaeger <aj@suse.de> + * sysdeps/unix/sysv/linux/x86_64/glob.c: New. + * include/argz.h: Remove extra char from last patch. 2002-04-09 Ulrich Drepper <drepper@redhat.com> diff --git a/sysdeps/unix/sysv/linux/x86_64/glob.c b/sysdeps/unix/sysv/linux/x86_64/glob.c new file mode 100644 index 0000000000..b222246a36 --- /dev/null +++ b/sysdeps/unix/sysv/linux/x86_64/glob.c @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/ia64/glob.c> |