commit | 0404225d158043e6cef19952d0bbb49115304a34 | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Thu Feb 22 10:41:25 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 22 14:18:49 2018 |
tree | 760888240ec562836ed835ffaffec76fe56d2b8a | |
parent | 518716fd73c0442078cc1c3f661b38c86be09b3e [diff] |
ClosePlatformFile() on non-Windows: Return true on success, false on failure We already did this on Windows, but elsewhere we were returning false on success and true on failure, because close() returns 0 on success and -1 on failure, and we were letting that value implicitly convert to bool. Bug: webrtc:8719 Change-Id: I417ff207db8d1fa4cf73a49f1d53762a8066da6c Reviewed-on: https://webrtc-review.googlesource.com/56660 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22150}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.