repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge newfstat variants
[trinity.git]
/
syscalls
/
set_tid_address.c
blob
4306c5bb6df6c1e389461ee1c40874ad14bcd709
1
/*
2
* SYSCALL_DEFINE1(set_tid_address, int __user *, tidptr)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_set_tid_address
= {
7
.
name
=
"set_tid_address"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"tidptr"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
.
flags
=
AVOID_SYSCALL
,
12
};