musl/src/stat
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008
to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
2012-09-06 22:44:55 -04: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
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