diff options
author | Mole Shang <[email protected]> | 2024-02-16 10:05:03 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2024-02-16 10:05:03 +0800 |
commit | 99015f3a985b2fd051606636743a2a2969b216e8 (patch) | |
tree | e4b6336f4577ecc47b08165d40f081a810d0bda9 /user | |
parent | 16f51058790ba5779cf46de18e6a266f2fac0a1d (diff) | |
download | xv6-labs-99015f3a985b2fd051606636743a2a2969b216e8.tar.gz xv6-labs-99015f3a985b2fd051606636743a2a2969b216e8.tar.bz2 xv6-labs-99015f3a985b2fd051606636743a2a2969b216e8.zip |
lab lock/bcache: finish
Diffstat (limited to 'user')
-rw-r--r-- | user/user.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/user.h b/user/user.h index 31453f5..3544ac4 100644 --- a/user/user.h +++ b/user/user.h @@ -56,4 +56,6 @@ void free(void*); int atoi(const char*); int memcmp(const void *, const void *, uint); void *memcpy(void *, const void *, uint); + +// statistics.c int statistics(void*, int); |