]> andersk Git - splint.git/blobdiff - lib/posix.h
Added va_copy to standard.h.
[splint.git] / lib / posix.h
index fbe09379b4ac1953cd5d86cf0dc5ee2c21c5cd2c..aa35f6dcfc24b29a54f86d0b9cd582045e47fa23 100644 (file)
@@ -467,6 +467,10 @@ struct stat {
   time_t st_mtime; /* evans 2001-08-23 - these were previously st_st_mtime - POSIX spec says st_mtime */
   time_t st_ctime; /* evans 2001-08-23 - these were previously st_st_ctime - POSIX spec says st_ctime */
 } ;
+/*
+** evans 2004-05-19: dependent annotations atted for time_t fields.  Could not find
+** any clear documetation on this, but it seems to be correct. 
+*/
 
 /*
 ** POSIX does not require that the S_I* be functions. They're
This page took 0.039881 seconds and 4 git commands to generate.