[chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3402)

This commit is contained in:
dependabot[bot]
2024-10-07 12:02:26 +00:00
committed by GitHub
parent bd1866ad8a
commit 33bd97a535
44 changed files with 679 additions and 252 deletions

View File

@@ -360,7 +360,7 @@ func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int,
var status _C_int
var r Pid_t
err = ERESTART
// AIX wait4 may return with ERESTART errno, while the processus is still
// AIX wait4 may return with ERESTART errno, while the process is still
// active.
for err == ERESTART {
r, err = wait4(Pid_t(pid), &status, options, rusage)