Changeset 2924 for trunk/libc/src/kNIX/b_fsFileTimesSet.c
- Timestamp:
- Dec 30, 2006, 4:59:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/kNIX/b_fsFileTimesSet.c
r2914 r2924 34 34 * @returns 0 on success. 35 35 * @returns Negative error code (errno.h) on failure. 36 * @param pszPath The path to the file to set the times of. 37 * @param paTimes Two timevalue structures. If NULL the current time is used. 36 * @param pszPath The path to the file to set the times of. 37 * @param paTimes The two time value structures, the first is the access time and the second 38 * the modification time. If NULL the current time is used. 38 39 */ 39 40 int __libc_Back_fsFileTimesSet(const char *pszPath, const struct timeval *paTimes)
Note:
See TracChangeset
for help on using the changeset viewer.