Commit 9e4a3e9f authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

Roll Fuchsia SDK to 36d9ffb6bda53112e826941757efe04654050d46

This version:
 - Fixes getaddrinfo().
 - Adds media_client library.

TBR=yzshen@chromium.org
NOTRY=true

Bug: 707030, 737802, 731302
Change-Id: I271d9681194d81d2979635784b3f0ca2c0a946d0
Reviewed-on: https://chromium-review.googlesource.com/683311
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarScott Graham <scottmg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504401}
parent 2aa568a4
......@@ -1243,7 +1243,7 @@ hooks_os = {
'action': [
'python',
'src/build/fuchsia/update_sdk.py',
'2f0e7c13aef1b5ffebf545ae47b7f0af7e7d367d',
'36d9ffb6bda53112e826941757efe04654050d46',
],
},
],
......
......@@ -37,7 +37,7 @@ struct MOJO_SYSTEM_IMPL_EXPORT PlatformHandle {
}
static PlatformHandle ForFd(int fd) {
PlatformHandle platform_handle;
DCHECK_LT(fd, MAX_FDIO_FD);
DCHECK_LT(fd, FDIO_MAX_FD);
platform_handle.fd = fd;
return platform_handle;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment