rockbox/firmware/include
Jens Arnold 6b0fdae0f6 Removed unused 'mode' parameter from mkdir() for consistency with creat().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12183 a1c6a512-1295-4272-9138-f99709370657
2007-02-03 10:28:55 +00:00
..
sys
_ansi.h
assert.h
atoi.h
crc32.h
ctype.h
dbgcheck.h
dir.h Removed unused 'mode' parameter from mkdir() for consistency with creat(). 2007-02-03 10:28:55 +00:00
dircache.h Try to make sure dircache state file on flashed H1xx targets is 2006-12-22 09:11:09 +00:00
errno.h
file.h Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. 2007-02-01 23:08:15 +00:00
font_cache.h
inttypes.h Attempt at fixing 64-bit sim warning. 2006-12-17 14:47:12 +00:00
lru.h
malloc.h
math.h
memory.h Removed executable flag 2007-01-09 23:29:07 +00:00
rbunicode.h Comment out an unused function and make another one static to save a few bytes 2007-01-19 15:55:11 +00:00
sprintf.h
sscanf.h
stdio.h
stdlib.h
string.h
time.h Patch #5166 by Robert Keevil - Last.fm logging 2006-10-19 09:42:58 +00:00
timefuncs.h Patch #5166 by Robert Keevil - Last.fm logging 2006-10-19 09:42:58 +00:00