Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 254c663

Browse files
committedJun 29, 2018
update syscall diagram
1 parent 94cf990 commit 254c663

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎syscall.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
1414
1515
│ ┌───────────────────┐ ┌──────────────────────┐
16-
│ │ │Faccessat { │ │
17-
│ │ │ │ │
18-
│ │ │ runtime·Syscall6 { │ │
19-
│ │... │ │ │
20-
│syscall.Access( │ │ ... │ │
21-
│ │ path, mode) │ SYSCALL ──────────┼────────────────┐
22-
│... │ ... ◀──────────┼──────────┼─────┼────────┐
23-
│ │ │ return; │ │ │
16+
│ │ ┌────────────▶│Faccessat { │ │
17+
│ │ │ │ │
18+
│ │ │ runtime·Syscall6 { │ │
19+
│ │... │ │ │
20+
│syscall.Access( │ │ ... │ │
21+
│ │ path, mode)───┼────────┘ │ SYSCALL ──────────┼────────────────┐
22+
│... ◀──────────┼──────┐ │ ... ◀──────────┼──────────┼─────┼────────┐
23+
│ │ │ └───────────────┼─── return; │ │ │
2424
│ │ │ } │ │ │ │
2525
│ │ │ │} │ │ │
2626
└───────────────────┘ └──────────────────────┘ │ │ │

0 commit comments

Comments
 (0)
Please sign in to comment.