diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 17:27:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 17:27:59 +0000 |
commit | af58d8a27350eac80504f83c091d79a08187d4bb (patch) | |
tree | 971d13954174efef6b8cec8c34982cb28134161f | |
parent | 9495793d2a467e7be150fd71a7d6bb90cc86afce (diff) | |
download | glibc-af58d8a27350eac80504f83c091d79a08187d4bb.tar glibc-af58d8a27350eac80504f83c091d79a08187d4bb.tar.gz glibc-af58d8a27350eac80504f83c091d79a08187d4bb.tar.bz2 glibc-af58d8a27350eac80504f83c091d79a08187d4bb.zip |
Update.
2001-01-07 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/glob64.c: Moved to ...
* sysdeps/gnu/glob64.c: ...here. New file.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/gnu/glob64.c (renamed from sysdeps/unix/sysv/linux/glob64.c) | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-01-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/glob64.c: Moved to ... + * sysdeps/gnu/glob64.c: ...here. New file. + 2001-01-07 Ben Collins <bcollins@debian.org> * manual/examples/longopt.c: Make the "struct option" a little diff --git a/sysdeps/unix/sysv/linux/glob64.c b/sysdeps/gnu/glob64.c index 7fb4654b8b..7fb4654b8b 100644 --- a/sysdeps/unix/sysv/linux/glob64.c +++ b/sysdeps/gnu/glob64.c |