Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Nov 22, 2022
1 parent 517a160 commit 97af328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testdata/operator/libc_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type struct___sFILEX struct{}
type struct__IO_marker struct{} // Linux
type struct__IO_codecvt struct{}
type struct__IO_wide_data struct{}
type struct___locale_data struct{}

func sliceOf(v unsafe.Pointer, bytes uint) []byte {
return (*[1 << 20]byte)(v)[:bytes]
Expand Down

0 comments on commit 97af328

Please sign in to comment.