Ignore:
Timestamp:
Dec 30, 2006, 4:59:44 AM (19 years ago)
Author:
bird
Message:

cleanup in progress (late night session)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/b_fsFileTimesSet.c

    r2914 r2924  
    3434 * @returns 0 on success.
    3535 * @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.
    3839 */
    3940int __libc_Back_fsFileTimesSet(const char *pszPath, const struct timeval *paTimes)
Note: See TracChangeset for help on using the changeset viewer.