diff options
Diffstat (limited to 'gdb/linux-record.h')
-rw-r--r-- | gdb/linux-record.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/linux-record.h b/gdb/linux-record.h index 6b1224a..6d6ba07 100644 --- a/gdb/linux-record.h +++ b/gdb/linux-record.h @@ -541,6 +541,7 @@ enum gdb_syscall { gdb_sys_msgrcv = 530, gdb_sys_msgctl = 531, gdb_sys_semtimedop = 532, + gdb_sys_accept4 = 533, gdb_sys_newfstatat = 540, }; |