From 2ced2603798659e2576a1f54c77fe941dde18051 Mon Sep 17 00:00:00 2001 From: bernd Date: Wed, 20 Jul 2011 07:45:54 +0200 Subject: [PATCH] =?UTF-8?q?Simulat0r=20doesn=C2=B4t=20have=20siprintf,=20u?= =?UTF-8?q?se=20sprintf=20instead=20where=20needed=20by=20firmware=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simulat0r/firmware/libc-unc0llide.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/simulat0r/firmware/libc-unc0llide.h b/simulat0r/firmware/libc-unc0llide.h index 19d8cf8..0ca4b6a 100644 --- a/simulat0r/firmware/libc-unc0llide.h +++ b/simulat0r/firmware/libc-unc0llide.h @@ -1,5 +1,13 @@ /* This header is "gcc -include"d for all compilations of firmware files when building as simulat0r. +*/ + +/* +The following symbols are expected from r0ket firmware to come from libc +*/ +#define siprintf sprintf + +/* The following symbols were found to be defined within glibc. Use different names within simulat0r to keep the firmware and simulat0r-host universes collision-free. */