Skip to content

Commit fcbc68f

Browse files
committed
syscall updates
Signed-off-by: Kyle Quest <kcq.public@gmail.com>
1 parent bcc68db commit fcbc68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/system/syscalls_x86f32.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,14 @@ var syscallNumTableX86Family32 = [...]string{
393393
"statx",
394394
"arch_prctl",
395395
"io_pgetevents",
396-
"rseq",
396+
"rseq", // 386
397397
"unused.387",
398398
"unused.388",
399399
"unused.389",
400400
"unused.390",
401401
"unused.391",
402402
"unused.392",
403-
"semget",
403+
"semget", // 393
404404
"semctl",
405405
"shmget",
406406
"shmctl",

0 commit comments

Comments
 (0)