diff options
| author | kaashoek <kaashoek> | 2006-08-20 03:08:54 +0000 |
|---|---|---|
| committer | kaashoek <kaashoek> | 2006-08-20 03:08:54 +0000 |
| commit | 16083d4462b9a57ec1e1fc81cea73da9479982a5 (patch) | |
| tree | cd20458cba2b461789ead3778c2b87de43fe976c /defs.h | |
| parent | 8787cd01dfa6080d219f3dd7bbf03f3eb988a74e (diff) | |
| download | xv6-labs-2022-16083d4462b9a57ec1e1fc81cea73da9479982a5.tar.xz xv6-labs-2022-16083d4462b9a57ec1e1fc81cea73da9479982a5.zip | |
removed block system call
renumber system calls (run gmake clean!)
skeleton for dup system call
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ int fd_read(struct fd *fd, char *addr, int n); int fd_write(struct fd *fd, char *addr, int n); int fd_stat(struct fd *fd, struct stat *); void fd_incref(struct fd *fd); +int fd_dup(struct fd *fd); // ide.c void ide_init(void); |
