Remove sys_ prefix from syscall names
[lttng-modules.git] / instrumentation / syscalls / headers / x86-32-syscalls-3.1.0-rc6_pointers_override.h
CommitLineData
e42e81fd
MD
1
2#ifndef CREATE_SYSCALL_TABLE
3
4# ifndef CONFIG_UID16
644d6e9c
MD
5# define OVERRIDE_32_getgroups16
6# define OVERRIDE_32_setgroups16
7# define OVERRIDE_32_lchown16
8# define OVERRIDE_32_getresuid16
9# define OVERRIDE_32_getresgid16
10# define OVERRIDE_32_chown16
e42e81fd
MD
11# endif
12
13#else /* CREATE_SYSCALL_TABLE */
14
15# ifndef CONFIG_UID16
644d6e9c
MD
16# define OVERRIDE_TABLE_32_getgroups16
17# define OVERRIDE_TABLE_32_setgroups16
18# define OVERRIDE_TABLE_32_lchown16
19# define OVERRIDE_TABLE_32_getresuid16
20# define OVERRIDE_TABLE_32_getresgid16
21# define OVERRIDE_TABLE_32_chown16
e42e81fd
MD
22# endif
23
644d6e9c
MD
24#define OVERRIDE_TABLE_32_execve
25TRACE_SYSCALL_TABLE(execve, execve, 11, 3)
26#define OVERRIDE_TABLE_32_clone
27TRACE_SYSCALL_TABLE(clone, clone, 120, 5)
28#define OVERRIDE_TABLE_32_getcpu
29TRACE_SYSCALL_TABLE(getcpu, getcpu, 318, 3)
e42e81fd
MD
30
31#endif /* CREATE_SYSCALL_TABLE */
32
33
This page took 0.02563 seconds and 4 git commands to generate.