Declare prototype of lutimes(2).

This commit is contained in:
enami 1997-10-06 01:42:33 +00:00
parent b55d9d74eb
commit 4d74e9b7c8
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: time.h,v 1.24 1997/10/04 15:00:44 kleink Exp $ */
/* $NetBSD: time.h,v 1.25 1997/10/06 01:42:33 enami Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -178,6 +178,7 @@ int clock_settime __P((clockid_t, const struct timespec *));
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 *));