This website requires JavaScript.
Explore
Help
Sign in
len0rd
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
1
mirror of
https://github.com/Rockbox/rockbox.git
synced
2025-11-11 22:22:33 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b5412c9440
rockbox
/
firmware
/
target
History
Download ZIP
Download TAR.GZ
Thomas Martitz
87409a2619
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27789 a1c6a512-1295-4272-9138-f99709370657
2010-08-12 13:55:01 +00:00
..
arm
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
2010-08-12 13:55:01 +00:00
coldfire
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android.
2010-08-12 13:38:25 +00:00
hosted
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
2010-08-12 13:55:01 +00:00
mips
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android.
2010-08-12 13:38:25 +00:00
sh
Threading: Split processor support code into respective target files. C files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support.
2010-06-02 12:45:36 +00:00