Fixed missing declarations of futimes(2) and lutimes(2).

This commit is contained in:
bde 1999-12-23 17:00:03 +00:00
parent cd1a976711
commit 0a9fc51e05
2 changed files with 4 additions and 0 deletions

View File

@ -292,8 +292,10 @@ void update_timecounter __P((struct timecounter *tc));
__BEGIN_DECLS
int adjtime __P((const struct timeval *, struct timeval *));
int futimes __P((int, const struct timeval *));
int getitimer __P((int, struct itimerval *));
int gettimeofday __P((struct timeval *, struct timezone *));
int lutimes __P((const char *, const struct timeval *));
int setitimer __P((int, const struct itimerval *, struct itimerval *));
int settimeofday __P((const struct timeval *, const struct timezone *));
int utimes __P((const char *, const struct timeval *));

View File

@ -292,8 +292,10 @@ void update_timecounter __P((struct timecounter *tc));
__BEGIN_DECLS
int adjtime __P((const struct timeval *, struct timeval *));
int futimes __P((int, const struct timeval *));
int getitimer __P((int, struct itimerval *));
int gettimeofday __P((struct timeval *, struct timezone *));
int lutimes __P((const char *, const struct timeval *));
int setitimer __P((int, const struct itimerval *, struct itimerval *));
int settimeofday __P((const struct timeval *, const struct timezone *));
int utimes __P((const char *, const struct timeval *));