1
0
Fork 0
forked from len0rd/rockbox

added the missing write()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-02-14 23:52:18 +00:00
parent 603975b4a2
commit a62fd981b2

View file

@ -43,5 +43,6 @@ extern int printf(const char *format, ...);
off_t lseek(int fildes, off_t offset, int whence);
ssize_t read(int fd, void *buf, size_t count);
ssize_t write(int fd, const void *buf, size_t count);
#endif