test: remove chinses commets

This commit is contained in:
Haolan
2025-09-10 17:05:38 +08:00
parent c50395b2b9
commit dc59333657
2 changed files with 2 additions and 4 deletions

View File

@@ -140,7 +140,6 @@ func strerror_r(errnum c.Int, buf *c.Char, buflen c.SizeT) c.Int
//go:linkname strverscmp C.strverscmp
func strverscmp(s1, s2 *c.Char) c.Int
// 内存分配函数
//
//go:linkname malloc C.malloc
func malloc(size c.SizeT) unsafe.Pointer
@@ -190,7 +189,6 @@ func malloc_info(options c.Int, stream c.FilePtr) c.Int
//go:linkname mallopt C.mallopt
func mallopt(param, value c.Int) c.Int
// 标准I/O函数
//
//go:linkname fopen C.fopen
func fopen(pathname, mode *c.Char) c.FilePtr