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:
parent
ef4e43822f
commit
b4ada860b3
5 changed files with 10 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue