Fix __PCTOOL__ dependencies on SIMULATOR

* filesize() is not POSIX, so it doesn't need stubbing or redirecting
* make the various directory functions use the sim_ versions for PCTOOL
* PCTOOL needs generic byteswap functions
* fix the database makefile to not use -DSIMULATOR anymore

Change-Id: Ic6abc4f662830b85626c751a472fa4a03e844871
This commit is contained in:
Frank Gevaerts 2012-03-03 18:54:47 +01:00
parent f7a4ee2ddc
commit c6d20104eb
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ struct dirinfo {
#include <stdbool.h>
#include "file.h"
#if (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA))
#if (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) || defined(__PCTOOL__)
# define dirent_uncached sim_dirent
# define DIR_UNCACHED SIM_DIR
# define opendir_uncached sim_opendir