patch library: syscall, os/exec

This commit is contained in:
xushiwei
2024-07-11 18:00:20 +08:00
parent dd47971877
commit 528add4702
48 changed files with 18396 additions and 19 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Garbage collector: finalizers and block profiling.
package runtime
func SetFinalizer(obj any, finalizer any) {
panic("todo: runtime.SetFinalizer")
}