From a09235eca6c3c16fcafbd64765d8ec3047388ee0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 2 May 2010 16:33:34 +0000 Subject: target/uml: bump to 2.6.32.12 SVN-Revision: 21301 --- .../uml/patches-2.6.30/003-fix_memcpy_export_on_x86_64.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/uml/patches-2.6.30/003-fix_memcpy_export_on_x86_64.patch (limited to 'target/linux/uml/patches-2.6.30/003-fix_memcpy_export_on_x86_64.patch') diff --git a/target/linux/uml/patches-2.6.30/003-fix_memcpy_export_on_x86_64.patch b/target/linux/uml/patches-2.6.30/003-fix_memcpy_export_on_x86_64.patch deleted file mode 100644 index 7d2efe4622..0000000000 --- a/target/linux/uml/patches-2.6.30/003-fix_memcpy_export_on_x86_64.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/um/os-Linux/user_syms.c -+++ b/arch/um/os-Linux/user_syms.c -@@ -23,7 +23,7 @@ extern int printf(const char *, ...); - EXPORT_SYMBOL(strstr); - #endif - --#ifndef __x86_64__ -+#if !defined(__x86_64) || (__GNUC__ == 4 && __GNUC_MINOR__ < 3) || (__GNUC__ < 4) - extern void *memcpy(void *, const void *, size_t); - EXPORT_SYMBOL(memcpy); - #endif -- cgit v1.2.3