From d0c10785e702f0e56029aee4c4f8f9bfcf03a5e9 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 24 Apr 2009 02:07:24 +0000 Subject: [toolchain] uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15368 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../301-fix-getrusage-argument-type.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 toolchain/uClibc/patches-0.9.28/301-fix-getrusage-argument-type.patch (limited to 'toolchain/uClibc/patches-0.9.28/301-fix-getrusage-argument-type.patch') diff --git a/toolchain/uClibc/patches-0.9.28/301-fix-getrusage-argument-type.patch b/toolchain/uClibc/patches-0.9.28/301-fix-getrusage-argument-type.patch deleted file mode 100644 index d68576b9b..000000000 --- a/toolchain/uClibc/patches-0.9.28/301-fix-getrusage-argument-type.patch +++ /dev/null @@ -1,19 +0,0 @@ -Subject: [PATCH] Fix getrusage argument type - -The first argument to getrusage is of type __rusage_who_t, not int. -This patch fixes that. ---- - - libc/sysdeps/linux/common/getrusage.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: uClibc-0.9.28/libc/sysdeps/linux/common/getrusage.c -=================================================================== ---- uClibc-0.9.28.orig/libc/sysdeps/linux/common/getrusage.c 2006-02-07 17:18:22.000000000 +0100 -+++ uClibc-0.9.28/libc/sysdeps/linux/common/getrusage.c 2006-02-07 17:18:31.000000000 +0100 -@@ -10,4 +10,4 @@ - #include "syscalls.h" - #include - #include --_syscall2(int, getrusage, int, who, struct rusage *, usage); -+_syscall2(int, getrusage, __rusage_who_t, who, struct rusage *, usage); -- cgit v1.2.3