Skip to content

Commit

Permalink
Fix typo in libc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bored-engineer authored May 28, 2024
1 parent 6aff118 commit 2a2ea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package launchd

import "unsafe"

// free is defined in libxpc.dylib
// free is defined in libSystem.B.dylib
var libc_free_trampoline_addr uintptr

//go:cgo_import_dynamic libc_free free "/usr/lib/libSystem.B.dylib"
Expand Down

0 comments on commit 2a2ea99

Please sign in to comment.