Fixed missing declarations of futimes(2) and lutimes(2).
This commit is contained in:
parent
cd1a976711
commit
0a9fc51e05
@ -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 *));
|
||||
|
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user