blob: 5dad510f9eb93478b87f7d3c5aac9ff4ca2e7877 [file] [log] [blame]
#ifndef _SYS_STAT_H
#define _SYS_STAT_H
#include "textual_time.h"
struct stat {
struct timespec st_atim;
struct timespec st_mtim;
};
#endif