Update dependencies

This commit is contained in:
TwinProduction
2021-10-03 22:15:20 -04:00
parent 2d3fe9795f
commit 154bc7dbc6
1204 changed files with 373532 additions and 50576 deletions

6
vendor/modernc.org/libc/printf.go generated vendored
View File

@ -42,9 +42,9 @@ func printf(format, args uintptr) []byte {
case '%':
format = printfConversion(buf, format, &args)
case 0:
// if dmesgs {
// dmesg("%v: %q", origin(1), buf.Bytes())
// }
if dmesgs {
dmesg("%v: %q", origin(1), buf.Bytes())
}
return buf.Bytes()
default:
format++