From 564323d0736555a5255d1b26c918b2e2b6e63e53 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 3 Mar 2012 11:32:52 +0100 Subject: [PATCH] uclibc: removed mempcpy patch without real reason --- base/uclibc/mempcpy.patch | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 base/uclibc/mempcpy.patch diff --git a/base/uclibc/mempcpy.patch b/base/uclibc/mempcpy.patch deleted file mode 100644 index 2f23eff35..000000000 --- a/base/uclibc/mempcpy.patch +++ /dev/null @@ -1,33 +0,0 @@ -http://svn.exactcode.de/t2/trunk/package/base/uclibc/mempcpy.patch -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../uclibc/mempcpy.patch -# Copyright (C) 2009 The OpenSDE Project -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -many __symbols are now hidden in uClibc, and at least __mempcpy is -used by some apps, so keep compatibility - Michael Tross - ---- ./include/string.h.old 2006-09-26 18:32:31.000000000 +0200 -+++ ./include/string.h 2006-09-27 21:30:52.000000000 +0200 -@@ -235,6 +235,7 @@ - __const void *__restrict __src, size_t __n) - __THROW __nonnull ((1, 2)); - #endif -+#define __mempcpy mempcpy - extern void *mempcpy (void *__restrict __dest, - __const void *__restrict __src, size_t __n) - __THROW __nonnull ((1, 2)); -