[vala] posix: Add stat fields for high precision access/modification/status change timestamps (POSIX.1-2008
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] posix: Add stat fields for high precision access/modification/status change timestamps (POSIX.1-2008
- Date: Sat, 21 Apr 2012 09:11:31 +0000 (UTC)
commit b39b6008b26479b5cdeb8cc1920f2a1f0b0e9863
Author: Robert Ancell <robert ancell canonical com>
Date: Sat Apr 14 16:05:00 2012 +1000
posix: Add stat fields for high precision access/modification/status change timestamps (POSIX.1-2008)
vapi/posix.vapi | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 14e3eab..e4461a4 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -1599,8 +1599,11 @@ namespace Posix {
public gid_t st_gid;
public dev_t st_rdev;
public size_t st_size;
+ public timespec st_atim;
public time_t st_atime;
+ public timespec st_mtim;
public time_t st_mtime;
+ public timespec st_ctim;
public time_t st_ctime;
public blksize_t st_blksize;
public blkcnt_t st_blocks;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]