fssh_timespec
#define timespec fssh_timespec
fssh_timespec fssh_st_atim; /* last access time */
fssh_timespec fssh_st_mtim; /* last modification time */
fssh_timespec fssh_st_ctim; /* last change time, not creation time */
fssh_timespec fssh_st_crtim; /* creation time */
struct fssh_timespec it_interval;
struct fssh_timespec it_value;
typedef struct fssh_timespec fssh_timespec;