mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch #606592: Subsecond timestamps in stat_result.
This commit is contained in:
parent
df453fd026
commit
94717ed1d4
6 changed files with 112 additions and 11 deletions
|
@ -388,6 +388,9 @@
|
|||
/* Define to 1 if you have the `statvfs' function. */
|
||||
#undef HAVE_STATVFS
|
||||
|
||||
/* Define if you have struct stat.st_mtim.tv_nsec */
|
||||
#undef HAVE_STAT_TV_NSEC
|
||||
|
||||
/* Define to 1 if you have the <stdarg.h> header file. */
|
||||
#undef HAVE_STDARG_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue