PERFORCE change 122071 for review
Roman Divacky
rdivacky at FreeBSD.org
Thu Jun 21 09:16:08 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122071
Change 122071 by rdivacky at 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 */
More information about the p4-projects
mailing list