From 3308ced1c372203cf07c537f4f9363813855dfe9 Mon Sep 17 00:00:00 2001 From: bernd Date: Sat, 6 Aug 2011 16:50:25 +0200 Subject: [PATCH] =?UTF-8?q?Don=C2=B4t=20hide=20symbols=20that=20do=20not?= =?UTF-8?q?=20collide=20with=20libc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simulat0r/firmware/libc-unc0llide.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/simulat0r/firmware/libc-unc0llide.h b/simulat0r/firmware/libc-unc0llide.h index 0ca4b6a..690dabe 100644 --- a/simulat0r/firmware/libc-unc0llide.h +++ b/simulat0r/firmware/libc-unc0llide.h @@ -12,12 +12,6 @@ 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. */ #define buf __r0ket_buf -#define deselect __r0ket_deselect -#define ECIES_embedded_public_key_validation __r0ket_ECIES_embedded_public_key_validation -#define ECIES_generate_key_pair __r0ket_ECIES_generate_key_pair -#define ECIES_public_key_validation __r0ket_ECIES_public_key_validation -#define f_sync __r0ket_f_sync -#define getInput __r0ket_getInput #define isalnum __r0ket_isalnum #define isalpha __r0ket_isalpha #define isascii __r0ket_isascii @@ -55,4 +49,3 @@ Use different names within simulat0r to keep the firmware and simulat0r-host uni #define vprintf __r0ket_vprintf #define vsnprintf __r0ket_vsnprintf #define vsprintf __r0ket_vsprintf -#define XTEA_init_key __r0ket_XTEA_init_key