Update dependencies (#1831)

This commit is contained in:
Wim
2022-05-09 23:00:23 +02:00
committed by GitHub
parent 700b95546b
commit 1e55dd47f2
306 changed files with 435896 additions and 195113 deletions

View File

@@ -630,8 +630,6 @@ func Xopendir(t *TLS, name uintptr) uintptr {
return p
}
func X__srget(t *TLS, stream uintptr) int32 { return Xgetc(t, stream) }
// int chflags(const char *path, u_int flags);
func Xchflags(t *TLS, path uintptr, flags uint32) int32 {
if err := unix.Chflags(GoString(path), int(flags)); err != nil {