mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Update.
2002-05-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove. * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove. * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove. * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ... * sysdeps/wordsize-64/glob.c: ...here.
This commit is contained in:
parent
aef146878a
commit
29139a8c40
@ -1,3 +1,12 @@
|
||||
2002-05-09 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
|
||||
* sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
|
||||
* sysdeps/wordsize-64/glob.c: ...here.
|
||||
|
||||
2002-05-08 Roland McGrath <roland@frob.com>
|
||||
|
||||
* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
|
||||
|
7
sysdeps/wordsize-64/glob.c
Normal file
7
sysdeps/wordsize-64/glob.c
Normal file
@ -0,0 +1,7 @@
|
||||
#define glob64 __no_glob64_decl
|
||||
#define globfree64 __no_globfree64_decl
|
||||
#include <sysdeps/generic/glob.c>
|
||||
#undef glob64
|
||||
#undef globfree64
|
||||
weak_alias (glob, glob64)
|
||||
weak_alias (globfree, globfree64)
|
Loading…
Reference in New Issue
Block a user