diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:06:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:06:29 +0200 |
commit | 4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (patch) | |
tree | 7ad8952e59f53a23bcba0ee92086cd8adb96799c /toolchain/uClibc/patches/mips64.patch | |
parent | 8c3ac66ed98ec86d0917078b4aab0e3e6df16cd3 (diff) | |
parent | ca760844fcd08190b692a674ff387fe15c39a497 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/uClibc/patches/mips64.patch')
-rw-r--r-- | toolchain/uClibc/patches/mips64.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/uClibc/patches/mips64.patch b/toolchain/uClibc/patches/mips64.patch deleted file mode 100644 index fd2135a48..000000000 --- a/toolchain/uClibc/patches/mips64.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nur uClibc-0.9.30.2.orig/libc/sysdeps/linux/common/getdents.c uClibc-0.9.30.2/libc/sysdeps/linux/common/getdents.c ---- uClibc-0.9.30.2.orig/libc/sysdeps/linux/common/getdents.c 2010-01-13 22:22:31.000000000 +0100 -+++ uClibc-0.9.30.2/libc/sysdeps/linux/common/getdents.c 2010-02-03 20:21:34.000000000 +0100 -@@ -136,9 +136,6 @@ - return (char *) dp - buf; - } - --#if defined __UCLIBC_HAS_LFS__ && ! defined __NR_getdents64 --attribute_hidden strong_alias(__getdents,__getdents64) --#endif - - #elif __WORDSIZE == 32 - -@@ -171,4 +168,8 @@ - } - #endif - -+#if defined __UCLIBC_HAS_LFS__ && ! defined __NR_getdents64 -+attribute_hidden strong_alias(__getdents,__getdents64) -+#endif -+ - #endif |