Skip to content

Commit a1dcf5a

Browse files
author
wziww
committed
add ausyscall command notes
1 parent 5456cfa commit a1dcf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syscall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ TEXT runtime·read(SB),NOSPLIT,$0-28
305305
RET
306306
```
307307

308-
下面是所有 runtime 另外定义的 syscall 列表:
308+
下面是所有 runtime 另外定义的 syscall 列表(不同架构的机器映射各不相同,linux 下具体可通过 ausyscall --dump 命令获取系统调用映射表进行查看):
309309

310310
```go
311311
#define SYS_read 0

0 commit comments

Comments
 (0)