Simulat0r doesn´t have siprintf, use sprintf instead where needed by firmware code

This commit is contained in:
bernd 2011-07-20 07:45:54 +02:00
parent 72eb4e0c06
commit 2ced260379
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
/* /*
This header is "gcc -include"d for all compilations of firmware files when building as simulat0r. 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. 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. Use different names within simulat0r to keep the firmware and simulat0r-host universes collision-free.
*/ */