diff options
Diffstat (limited to 'sysproc.c')
| -rw-r--r-- | sysproc.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -68,3 +68,10 @@ sys_sbrk(void) setupsegs(cp); return addr; } + +int +sys_yield(void) +{ + yield(); + return 0; +} |
![]() |
index : xv6-labs-2022/.git | |
| Unnamed repository; edit this file 'description' to name the repository. | root |
| aboutsummaryrefslogtreecommitdiff |