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
create a set_rand_bitmask function and use instead of open-coding.
[trinity.git]
/
syscalls
/
personality.c
blob
33080b494a0a4232fb5af035e709207e283ff55a
1
/*
2
* SYSCALL_DEFINE1(personality, unsigned int, personality
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_personality
= {
7
.
name
=
"personality"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"personality"
,
10
};