1
0
Fork 0
forked from len0rd/rockbox

long policy

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5839 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jean-Philippe Bernardy 2005-02-07 21:54:31 +00:00
parent 151bf71895
commit 947dceb205
3 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ typedef unsigned int mode_t;
#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned int size_t;
typedef unsigned long size_t;
#endif
typedef int (*open_func)(const char* pathname, int flags);