Skip to content

Commit ad97542

Browse files
committed
add missing RTF_LLDATA and bootstraptransfer_t
1 parent 850964a commit ad97542

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

unix/types_darwin.go

+10
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,13 @@ const (
394394
SHM_RDONLY = C.SHM_RDONLY
395395
SHM_RND = C.SHM_RND
396396
)
397+
398+
// Removed in xnu-10002.41.9
399+
const RTF_LLDATA = 0x400
400+
401+
// Removed in xnu-8792.41.9
402+
type Fbootstraptransfer_t struct {
403+
Offset int64
404+
Length uint64
405+
Buffer *byte
406+
}

unix/ztypes_darwin_amd64.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unix/ztypes_darwin_arm64.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)