
|
[openbeosstorage]
||
[Date Prev]
[02-2002 Date Index]
[Date Next]
||
[Thread Prev]
[02-2002 Thread Index]
[Thread Next]
[openbeosstorage] Re: Kernel Interface Design
- From: "Tyler Dauwalder" <tyler@xxxxxxxxxxxxx>
- To: <openbeosstorage@xxxxxxxxxxxxx>
- Date: Mon, 11 Feb 2002 16:12:25 -0800
> If you like, I'll do the following functions:
>
> //int sync(void);
> //int open(const char *path, stream_type st, int omode);
> //int close(int fd);
> //int fsync(int fd);
> //ssize_t read(int fd, void *buf, off_t pos, ssize_t len);
> //ssize_t write(int fd, const void *buf, off_t pos, ssize_t len);
> //int seek(int fd, off_t pos, seek_type seek_type);
> //int ioctl(int fd, int op, void *buf, size_t len);
> //int create(const char *path, stream_type stream_type);
> //int unlink(const char *path);
> //int rename(const char *oldpath, const char *newpath);
Sounds great. I'll reply to the rest of your message when I
get a chance (i've got a deadline coming up :-).
-Tyler
|

|