aboutsummaryrefslogtreecommitdiff
blob: 9375a094b3b3b54671d40c65f244cda0c58a0ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# List of functions we wrap.
#
# Note that if the specific libc do not support some function, it
# will not make it into symbols.h or libsandbox.map, so a non-issue.
#
# NB: Order is very important!  For example, 'open()' should be
#     before 'creat()' as 'creat()' uses 'open()' ...

chmod
chown
open
creat
fopen
lchown
link
mkdir
opendir
mknod
__xmknod
mkfifo
access
rename
rmdir
symlink
truncate
unlink
getcwd
open64
creat64
fopen64
truncate64
execve