vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

vfs: fix compiler error of syscall_openat() with the lasted vlang #118

Closed yuyi98 closed 1 year ago

yuyi98 commented 1 year ago

This PR fix compiler error of syscall_openat() with the lasted vlang.

felipensp commented 1 year ago

Thanks @yuyi98!