musl/src/stat
rofl0r 7aec71c411 add obsolete futimesat()
this function is obsolete, however it's available as a syscall
and as such qemu userspace emulation tries to forward it to the
host kernel.
2012-12-06 20:27:54 +01:00
..
__fxstat.c add LSB ABI __xstat, etc. junk 2012-05-31 23:32:09 -04:00
__fxstatat.c add LSB ABI __xstat, etc. junk 2012-05-31 23:32:09 -04:00
__lxstat.c add LSB ABI __xstat, etc. junk 2012-05-31 23:32:09 -04:00
__xstat.c add LSB ABI __xstat, etc. junk 2012-05-31 23:32:09 -04:00
chmod.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fchmod.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fchmodat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fstat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
fstatat.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
futimens.c implement futimens and utimensat 2011-02-27 03:48:57 -05:00
futimesat.c add obsolete futimesat() 2012-12-06 20:27:54 +01:00
lchmod.c add portable lchown (trivial to support and a few ancient things want it..) 2011-02-17 23:13:46 -05:00
lstat.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
mkdir.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
mkdirat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
mkfifo.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mkfifoat.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
mknod.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
mknodat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
stat.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
statvfs.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
umask.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
utimensat.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00