mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
Fix ftw64 for MIPS n64.
This commit is contained in:
parent
84715d22e1
commit
61b01ec689
@ -1,3 +1,8 @@
|
|||||||
|
2011-11-17 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
|
||||||
|
sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
|
||||||
|
|
||||||
2011-11-11 Joseph Myers <joseph@codesourcery.com>
|
2011-11-11 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/dl-lookup.c: Update from generic version.
|
* sysdeps/mips/dl-lookup.c: Update from generic version.
|
||||||
|
1
sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c
Normal file
1
sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include <io/ftw.c>
|
1
sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c
Normal file
1
sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include <io/ftw64.c>
|
Loading…
Reference in New Issue
Block a user