diff options
author | Mole Shang <[email protected]> | 2024-02-18 16:27:05 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2024-02-18 16:27:05 +0800 |
commit | 0cf897cbe05fd8485162619db4244f4159d0eb52 (patch) | |
tree | b18d401102a0215f979f12ec3acf709f9e7224c4 /user/user.h | |
parent | 659b978caa5c97bbc2477d1393461c944544a1a7 (diff) | |
download | xv6-labs-0cf897cbe05fd8485162619db4244f4159d0eb52.tar.gz xv6-labs-0cf897cbe05fd8485162619db4244f4159d0eb52.tar.bz2 xv6-labs-0cf897cbe05fd8485162619db4244f4159d0eb52.zip |
lab fs/symlink: finishfs
Diffstat (limited to 'user/user.h')
-rw-r--r-- | user/user.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/user.h b/user/user.h index 3544ac4..c1bccdd 100644 --- a/user/user.h +++ b/user/user.h @@ -39,6 +39,7 @@ int trace(int); int sysinfo(struct sysinfo*); int sigalarm(int ticks, void (*handler)()); int sigreturn(void); +int symlink(char *, char *); // ulib.c int stat(const char*, struct stat*); |