Ignore:
Timestamp:
May 6, 2005, 5:36:47 AM (20 years ago)
Author:
bird
Message:

[lf]utimes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/time.h

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r1971 r1972  
    4141 * @changed IBM TCP paranoia.
    4242 * @changed Added hrtime_t and gethrtime from SUN/HP/RTLinux.
    43  * @todo    Implement futimes() and lutimes().
    4443 */
    4544
     
    326325__BEGIN_DECLS
    327326/** @todo int   adjtime(const struct timeval *, struct timeval *); */
    328 /** @todo int   futimes(int, const struct timeval *); */
     327int     futimes(int, const struct timeval *);
    329328int     getitimer(int, struct itimerval *);
    330329int     gettimeofday(struct timeval *, struct timezone *);
    331 /** @todo int   lutimes(const char *, const struct timeval *); */
     330int     lutimes(const char *, const struct timeval *);
    332331int     setitimer(int, const struct itimerval *, struct itimerval *);
    333332int     settimeofday(const struct timeval *, const struct timezone *);
Note: See TracChangeset for help on using the changeset viewer.