summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/mips64.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-03-14 12:48:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-03-14 12:48:35 +0100
commit40960abe52484aea56f00417c57a7da38db8614a (patch)
treeccf126ef27d30a2178b056c81361c1747569bff3 /toolchain/uClibc/patches/mips64.patch
parent88fa817762de32f81824e955f5d3c9f6210cd9a5 (diff)
update to latest stable upstream
Diffstat (limited to 'toolchain/uClibc/patches/mips64.patch')
-rw-r--r--toolchain/uClibc/patches/mips64.patch22
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