mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
exposed in Python.h. This function is similar to POSIX gettimeofday(struct timeval *tp), but available on platforms without gettimeofday().
This commit is contained in:
parent
1c5471f319
commit
6fc4ade2bb
8 changed files with 150 additions and 85 deletions
|
|
@ -875,6 +875,10 @@
|
|||
RelativePath="..\Include\pymath.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pytime.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pymem.h"
|
||||
>
|
||||
|
|
@ -1767,6 +1771,10 @@
|
|||
RelativePath="..\Python\pymath.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\pytime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\pystate.c"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue