git: sys/stat.h: implement st_atim et al
Simon Schubert
corecode at crater.dragonflybsd.org
Sat Oct 3 13:46:43 PDT 2009
commit 0dc5d89e2aa48aadd56c27738def22c86d1808a2
Author: Simon Schubert <corecode at dragonflybsd.org>
Date: Sat Oct 3 21:41:51 2009 +0200
sys/stat.h: implement st_atim et al
SUS Issue 7 requires st_atim and friends, which were called st_atimespec
in BSD. Rename the fields to match SUS and provide compat defines for
both st_atimespec etc (for BSD) and st_atime (for old SUS/POSIX).
Discussed-with: beket@
Summary of changes:
sys/sys/stat.h | 26 +++++++++++---------------
1 files changed, 11 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0dc5d89e2aa48aadd56c27738def22c86d1808a2
--
DragonFly BSD source repository
More information about the Commits
mailing list