diff options
author | 2002-05-09 07:50:41 +0000 | |
---|---|---|
committer | 2002-05-09 07:50:41 +0000 | |
commit | aef146878a954a8da7f5e049124038603c9237c9 (patch) | |
tree | cb8c61f73f2508627648a1af44963b9dcbd00a28 /sysdeps/unix/sysv/linux/sparc | |
parent | * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use (diff) | |
download | glibc-aef146878a954a8da7f5e049124038603c9237c9.tar.xz glibc-aef146878a954a8da7f5e049124038603c9237c9.zip |
Removed, we can use the wordsize-64 one.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/glob.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/glob.c b/sysdeps/unix/sysv/linux/sparc/sparc64/glob.c deleted file mode 100644 index b6da989e57..0000000000 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/glob.c +++ /dev/null @@ -1,7 +0,0 @@ -#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) |