From 40960abe52484aea56f00417c57a7da38db8614a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 14 Mar 2010 12:48:35 +0100 Subject: update to latest stable upstream --- toolchain/uClibc/patches/mips64.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 toolchain/uClibc/patches/mips64.patch (limited to 'toolchain/uClibc/patches/mips64.patch') 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 -- cgit v1.2.3