1
0
Fork 0
forked from len0rd/rockbox

Zagor added the flush() function

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3416 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-03-10 17:10:46 +00:00
parent c5aaab4a36
commit 44e51833ed
2 changed files with 28 additions and 1 deletions

View file

@ -56,6 +56,7 @@ extern int remove(const char*);
#ifndef SIMULATOR
extern int open(const char* pathname, int flags);
extern int close(int fd);
extern int flush(int fd);
extern int read(int fd, void* buf, int count);
extern int lseek(int fd, int offset, int whence);
extern int creat(const char *pathname, int mode);