updated vendor

This commit is contained in:
Shubham Rajvanshi
2023-02-27 10:25:58 -08:00
parent d92a0c71d1
commit 19e8a305bf
93 changed files with 3684 additions and 1394 deletions

View File

@@ -220,6 +220,7 @@ func Uname(uname *Utsname) error {
//sys Chmod(path string, mode uint32) (err error)
//sys Chown(path string, uid int, gid int) (err error)
//sys Chroot(path string) (err error)
//sys ClockGettime(clockid int32, time *Timespec) (err error)
//sys Close(fd int) (err error)
//sys Dup(fd int) (nfd int, err error)
//sys Dup2(from int, to int) (err error)