diff options
| author | kaashoek <kaashoek> | 2006-08-20 03:33:01 +0000 |
|---|---|---|
| committer | kaashoek <kaashoek> | 2006-08-20 03:33:01 +0000 |
| commit | f18ab5c04e5380e0fb27f63e8335e5d621315c1d (patch) | |
| tree | a18b3e82b414d98277a8f00c842335f7583370c8 /defs.h | |
| parent | 16083d4462b9a57ec1e1fc81cea73da9479982a5 (diff) | |
| download | xv6-labs-2022-f18ab5c04e5380e0fb27f63e8335e5d621315c1d.tar.xz xv6-labs-2022-f18ab5c04e5380e0fb27f63e8335e5d621315c1d.zip | |
compiling, but untested dup
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -94,7 +94,6 @@ 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); |
