mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-08-04 07:52:24 +00:00
Add syscalldefs.h sample
This commit is contained in:
+41595
-43235
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
static const syscalldef syscalldefs[] = {
|
||||
[SYSCALL_OR_NUM(0, SYS_restart_syscall)] = MAKE_UINT16(0, 1),
|
||||
[SYSCALL_OR_NUM(1, SYS_exit)] = MAKE_UINT16(1, 17),
|
||||
[SYSCALL_OR_NUM(2, SYS_fork)] = MAKE_UINT16(0, 22),
|
||||
};
|
||||
Reference in New Issue
Block a user