]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/syscall/syscall_darwin_amd64.go
[dev.regabi] all: merge master (c9fb4eb) into dev.regabi
[gostls13.git] / src / syscall / syscall_darwin_amd64.go
index 22ddb78ae5bd2504b3d7d536c064066dff41b93f..687efff77073f15714d7389ee1dff48594cf77fe 100644 (file)
@@ -56,7 +56,6 @@ func sendfile(outfd int, infd int, offset *int64, count int) (written int, err e
 
 func libc_sendfile_trampoline()
 
-//go:linkname libc_sendfile libc_sendfile
 //go:cgo_import_dynamic libc_sendfile sendfile "/usr/lib/libSystem.B.dylib"
 
 // Implemented in the runtime package (runtime/sys_darwin_64.go)