updated to libuv v1.38
This commit is contained in:
parent
e5870c79e1
commit
fb270887b4
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user