diff options
| author | rtm <rtm> | 2006-07-27 21:10:00 +0000 |
|---|---|---|
| committer | rtm <rtm> | 2006-07-27 21:10:00 +0000 |
| commit | c59361f1430ec485596d1bf5d43339af0b5a2705 (patch) | |
| tree | 1cb1898c928857c94f2927f74fdb0e2cd3772793 /defs.h | |
| parent | 54a4b00346575f3e2da1c9aeb023aaba4412a31d (diff) | |
| download | xv6-labs-2022-c59361f1430ec485596d1bf5d43339af0b5a2705.tar.xz xv6-labs-2022-c59361f1430ec485596d1bf5d43339af0b5a2705.zip | |
primitive exec
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,3 +102,4 @@ void iunlock(struct inode *ip); void iincref(struct inode *ip); void iput(struct inode *ip); struct inode * namei(char *path); +int readi(struct inode *ip, void *xdst, uint off, uint n); |
