open-education-hub / operating-systems

Teaching resources (OER) for Operating Systems
https://open-education-hub.github.io/operating-systems/
Other
63 stars 158 forks source link

`asg/mini-libc`: Include `internal/syscall.h` in stat files #322

Closed razvand closed 1 year ago

razvand commented 1 year ago

Reference solution for implementing stat() and fstat() relies on system call being made. Include internal/syscall.h in corresponding source code files to provide the syscall() function.