mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-28 04:46:44 -04:00
The zsyscall_darwin*.s files were regenerated using mksyscall.go. The rest were updated manually, go fmt doesn't support formatting assembly files. Change-Id: I5efa23cb988300257de6bba4769e78c49a6382f1 Reviewed-on: https://go-review.googlesource.com/c/sys/+/312411 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
14 lines
362 B
ArmAsm
14 lines
362 B
ArmAsm
// go run mkasm_darwin.go arm
|
|
// Code generated by the command above; DO NOT EDIT.
|
|
|
|
//go:build go1.13
|
|
// +build go1.13
|
|
|
|
#include "textflag.h"
|
|
TEXT ·libc_fdopendir_trampoline(SB),NOSPLIT,$0-0
|
|
JMP libc_fdopendir(SB)
|
|
TEXT ·libc_closedir_trampoline(SB),NOSPLIT,$0-0
|
|
JMP libc_closedir(SB)
|
|
TEXT ·libc_readdir_r_trampoline(SB),NOSPLIT,$0-0
|
|
JMP libc_readdir_r(SB)
|