1
0
Fork 0
forked from len0rd/rockbox

Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8871 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-02-28 23:56:44 +00:00
parent ef4e43822f
commit b4ada860b3
5 changed files with 10 additions and 12 deletions

View file

@ -14,7 +14,9 @@ common/file.c
common/dircache.c
#endif
common/disk.c
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
common/errno.c
#endif
common/memcmp.c
common/memchr.c
common/qsort.c