Message124432
Attached is a patch that adds:
faccessat, fchmodat, fchownat, fstatat, futimesat, linkat, mkdirat, mknodat, openat, readlinkat, renameat, symlinkat, unlinkat, utimensat and mkfifoat.
Each function has documentation and a unit test and is conditionally included only if the functions exist using autoconf testing. Most of the code for the functions and unit tests was taken from the corresponding non-at versions.
Tested on Linux 2.6.35 and FreeBSD 8.1 (although FreeBSD 8.1 does not have utimensat).
This should then allow a patch for #4489 to be created. |
|
Date |
User |
Action |
Args |
2010-12-21 14:19:14 | rosslagerwall | set | recipients:
+ rosslagerwall, loewis, pitrou, christian.heimes, daniel.urban, anacrolix, Chris.Gerhard |
2010-12-21 14:19:13 | rosslagerwall | set | messageid: <1292941153.65.0.358253397935.issue4761@psf.upfronthosting.co.za> |
2010-12-21 14:19:08 | rosslagerwall | link | issue4761 messages |
2010-12-21 14:19:08 | rosslagerwall | create | |
|