diff options
author | cjihrig <cjihrig@gmail.com> | 2019-04-07 20:09:03 -0400 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2019-04-11 14:08:17 -0400 |
commit | 2e090c8f2c59d505c8b4e905c11eafeb54ce5e65 (patch) | |
tree | d4383b17960a702a0bcdb2857fc639199105f046 /docs/src | |
parent | 38bb0f5f5f4bc845daa823d1c696dfb0cbde2b47 (diff) | |
download | libuv-2e090c8f2c59d505c8b4e905c11eafeb54ce5e65.tar.gz libuv-2e090c8f2c59d505c8b4e905c11eafeb54ce5e65.zip |
unix,win: introduce uv_timeval64_t
Fixes: https://github.com/libuv/libuv/issues/2243
PR-URL: https://github.com/libuv/libuv/pull/2246
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index ee819b19..ed84c108 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -579,7 +579,7 @@ API .. versionadded:: 1.25.0 -.. c:function:: int uv_gettimeofday(uv_timeval_t* tv) +.. c:function:: int uv_gettimeofday(uv_timeval64_t* tv) Cross-platform implementation of :man:`gettimeofday(2)`. The timezone argument to `gettimeofday()` is not supported, as it is considered obsolete. |