[openbeosstorage] Re: Kernel Interface Design
- From: Simon Cusack <scusack@xxxxxxxxxxxxxxx>
- To: openbeosstorage@xxxxxxxxxxxxx
- Date: Tue, 12 Feb 2002 18:05:25 +1100
Ok, I'll take-
int rstat(const char *path, struct file_stat *stat);
int wstat(const char *path, struct file_stat *stat, int stat_mask);
int getcwd(char *buf, size_t size);
int setcwd(const char* path);
int dup(int fd);
int dup2(int ofd, int nfd);
Simon.
- References:
- [openbeosstorage] Re: Kernel Interface Design
- From: Tyler Dauwalder
Other related posts:
- » [openbeosstorage] Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- » [openbeosstorage] Re: Kernel Interface Design
- [openbeosstorage] Re: Kernel Interface Design
- From: Tyler Dauwalder