crosstool-ng/patches/uClibc
Andreas Bießmann 99435117fd uClibc: fix darwin build
uClibc's unifdef tool declares strlcpy(3) which is problematic on OS X. There
(and probably on other systems) strlcpy(3) is defined as a macro, re-declaring
it here will fail cause the macro expansion will generate an invalid function
name.
The declaration of strlcpy(3) is however useless cause it is never used in the
tool. Also upstream patch 2a021ae81c36f4281883a3195f7ce81504edf978 will remove
it. Using that patch here is overkill, cause it rewrites a lot of the
unifdef.c code.

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
2015-01-08 19:30:36 -08:00
..
0.9.28.3 Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
0.9.29 Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
0.9.30 libc/uClibc: portability fixes to install_headers 2011-08-22 09:38:19 +02:00
0.9.30.1 libc/uClibc: add patch to fix IP frames on BE targets 2010-01-07 19:20:31 +01:00
0.9.30.2 Fix the uClibc clean-up-O_CLOEXEC-handling patch 2010-04-07 09:19:16 +02:00
0.9.32 libc/uClibc: workaround for a MIPS TLS issue 2011-09-12 14:09:31 +02:00
0.9.32.1 libc/uClibc: add latest version 2011-12-30 22:04:24 +01:00
0.9.33.2 uClibc: fix darwin build 2015-01-08 19:30:36 -08:00