Markos Chandras
|
82fd359bcc
fstatat{64}: No conversion code is needed for new architectures
|
12 years ago |
Markos Chandras
|
cb529f08cf
fstatat64: Use newfstatat only for 64-bit operations
|
12 years ago |
Markos Chandras
|
758a4fe9ce
fstatat: Use newfstatat only for 64-bit operations
|
12 years ago |
Markos Chandras
|
b34c8a4698
fstat: Use fstat64 if arch does not have the fstat syscall
|
11 years ago |
Markos Chandras
|
08f8dd1e58
libc/statfs64: Skip conversion code for new architectures
|
11 years ago |
Markos Chandras
|
a1a76682c4
statfs: Use statfs64 if arch does not have the statfs syscall
|
12 years ago |
Markos Chandras
|
92b784d6a5
getdents: Use getdents64 if arch does not have the getdents syscall
|
12 years ago |
Markos Chandras
|
524744db1f
lseek: Use lseek64 is arch does not have the lseek syscall
|
11 years ago |
Markos Chandras
|
a83ea57a50
sendfile: Use sendfile64 if arch does not have the sendfile syscall
|
12 years ago |
Markos Chandras
|
f7bead5ada
truncate: Use truncate64 if arch does not have the truncate syscall
|
12 years ago |
Markos Chandras
|
bad1b218da
ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall
|
12 years ago |
Markos Chandras
|
11372c665a
fork: Use clone if arch does not have the fork syscall
|
12 years ago |
Markos Chandras
|
58570fc8e1
vfork: Use clone if arch does not have the vfork syscall
|
12 years ago |
Markos Chandras
|
c7d36adfc2
utime: Use utimensat if arch does not have the utime syscall
|
12 years ago |
Markos Chandras
|
af63ec925e
inotify_init: Use inotify_init1 if inotify_init syscall is not defined
|
12 years ago |
Markos Chandras
|
3db05793b7
epoll: Use epoll_pwait if arch does not have the epoll_wait syscall
|
12 years ago |
Markos Chandras
|
257323e525
epoll: Use epoll_create1 if arch does not have the epoll_create syscall
|
12 years ago |
Markos Chandras
|
dde074b390
pipe: Use pipe2 if arch does not have the pipe syscall
|
12 years ago |
Markos Chandras
|
80dc2ed052
utimes: Use utimensat if arch does not have the utimes syscall
|
12 years ago |
Markos Chandras
|
81b480369b
symlink: Use symlinkat if arch does not have the symlink syscall
|
12 years ago |
Markos Chandras
|
e07db64b78
readlink: Use readlinkat if arch does not have the readlink syscall
|
12 years ago |
Markos Chandras
|
3a5be53a84
rename: Use renameat if arch does not have the rename syscall
|
12 years ago |
Markos Chandras
|
ecb2be2c0a
mkdir: Use mkdirat if arch does not have the mkdir syscall
|
12 years ago |
Markos Chandras
|
d8386ad5e7
lchown: Use fchownat if arch does not have the lchown syscall
|
12 years ago |
Markos Chandras
|
98f53c5760
rmdir: Use unlinkat if arch does not have the rmdir syscall
|
12 years ago |
Markos Chandras
|
c4c78fc5f3
chown: Use fchownat if arch does not have the chown syscall
|
12 years ago |
Markos Chandras
|
6589e886e0
mknod: Use mknodat if arch does not have the mknod syscall
|
12 years ago |
Markos Chandras
|
09a387a0fc
unlink: Use unlinkat if arch does not have the unlink syscall
|
12 years ago |
Markos Chandras
|
82fc713658
link: Use linkat if arch does not have the link syscall
|
12 years ago |
Markos Chandras
|
695e274cf7
access: Use faccessat if arch does not have the access syscall
|
12 years ago |