updated to libuv v1.38

This commit is contained in:
Michele Caini 2020-05-25 23:38:52 +02:00
parent e5870c79e1
commit fb270887b4
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,7 @@ function(fetch_libuv)
FetchContent_Declare( FetchContent_Declare(
libuv libuv
GIT_REPOSITORY https://github.com/libuv/libuv.git GIT_REPOSITORY https://github.com/libuv/libuv.git
GIT_TAG v1.37.0 GIT_TAG v1.38.0
GIT_SHALLOW 1 GIT_SHALLOW 1
) )

View File

@ -645,7 +645,6 @@ struct Utilities {
*/ */
static HandleType guessHandle(FileHandle file) noexcept; static HandleType guessHandle(FileHandle file) noexcept;
/** @brief Gets information about the CPUs on the system. /** @brief Gets information about the CPUs on the system.
* *
* This function can be used to query the underlying system and get a set of * This function can be used to query the underlying system and get a set of