File system project updates:
[pintos-anon] / src / lib / user / syscall.h
index 340d1b15fea253155bbe30c50eb7bc9cb73ee383..d9487d3df7b73ad67872be69dae90697990095f3 100644 (file)
@@ -31,5 +31,6 @@ bool chdir (const char *dir);
 bool mkdir (const char *dir);
 bool readdir (int fd, char name[READDIR_MAX_LEN + 1]);
 bool isdir (int fd);
+int inumber (int fd);
 
 #endif /* lib/user/syscall.h */