Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2007 09:16:07 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122071 for review
Message-ID:  <200706210916.l5L9G7iN013093@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122071

Change 122071 by rdivacky@rdivacky_witten on 2007/06/21 09:15:07

	Introduce time.h part of the POSIX Extended API:
	
	o	add futimesat prototype

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/sys/time.h#2 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/sys/time.h#2 (text+ko) ====

@@ -320,6 +320,7 @@
 int	setitimer(int, const struct itimerval *, struct itimerval *);
 int	settimeofday(const struct timeval *, const struct timezone *);
 int	utimes(const char *, const struct timeval *);
+int	futimesat(int, const char *, const struct timeval [2]);
 __END_DECLS
 
 #endif /* !_KERNEL */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706210916.l5L9G7iN013093>