Undo a change of r25850 which broke SDL audio on some (older kernels?) systems.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-09 20:07:15 +00:00
parent a26a68d23c
commit 565e647ead

View file

@ -24,6 +24,8 @@ debug.c
/* Common */
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
libc/errno.c
/* alsa on linux requires a more advanced sprintf, i.e. not ours */
libc/sprintf.c
#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
libc/atoi.c
libc/ctype.c
@ -31,7 +33,6 @@ libc/memcmp.c
libc/memchr.c
libc/qsort.c
libc/random.c
libc/sprintf.c
libc/strcat.c
libc/strchr.c
libc/strcmp.c