Changeset 449c246 in mainline for uspace/lib/libc/include/vfs.h


Ignore:
Timestamp:
2007-12-30T21:32:31Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
badbd888
Parents:
92688eb
Message:

Add libc VFS wrapper for VFS_WRITE. Fix a small bug in read(). Place open(),
read() and write() declarations in their respective headers according to SUSv3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/vfs.h

    r92688eb r449c246  
    3636#define LIBC_VFS_H_
    3737
    38 #include <sys/types.h>
    39 
    4038extern int mount(const char *, const char *, const char *);
    41 extern int open(const char *, int, ...);
    42 extern ssize_t read(int, void *, size_t);
    4339
    4440#endif
Note: See TracChangeset for help on using the changeset viewer.