diff options
Diffstat (limited to 'ulib.c')
| -rw-r--r-- | ulib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ void* memmove(void *vdst, void *vsrc, int n) { char *dst, *src; - + dst = vdst; src = vsrc; while(n-- > 0) |
![]() |
index : xv6-labs-2022/.git | |
| Unnamed repository; edit this file 'description' to name the repository. | root |
| aboutsummaryrefslogtreecommitdiff |