Go to the source code of this file.
|
| __Z_EXPORT int | futimes (int fd, const struct timeval tv[2]) |
| | (__EDC_TARGET < 0x42050000) && defined(ZOSLIB_ENABLE_V2R5_FEATURES)
|
| |
| __Z_EXPORT int | lutimes (const char *filename, const struct timeval tv[2]) |
| |
◆ __XPLAT
◆ futimes()
| __Z_EXPORT int futimes |
( |
int |
fd, |
|
|
const struct timeval |
tv[2] |
|
) |
| |
(__EDC_TARGET < 0x42050000) && defined(ZOSLIB_ENABLE_V2R5_FEATURES)
Changes the access and modification times of a file
- Parameters
-
| [in] | fd | file descriptor to modify |
| [in] | tv | timeval structure containing new time |
- Returns
- return 0 for success, or -1 for failure.
◆ lutimes()
| __Z_EXPORT int lutimes |
( |
const char * |
filename, |
|
|
const struct timeval |
tv[2] |
|
) |
| |
Changes the access and modification times of a file
- Parameters
-
| [in] | filename | file path to modify |
| [in] | tv | timeval structure containing new time |
- Returns
- return 0 for success, or -1 for failure.