| Index: runtime/bin/platform_macos.cc
|
| diff --git a/runtime/bin/platform_macos.cc b/runtime/bin/platform_macos.cc
|
| index 628056b1d278262acc58e3b3f7bdf5529c7e6e1b..35e910706ac3da97eeee42b54ecdc7173cd0fd32 100644
|
| --- a/runtime/bin/platform_macos.cc
|
| +++ b/runtime/bin/platform_macos.cc
|
| @@ -9,13 +9,13 @@
|
|
|
| #if !TARGET_OS_IOS
|
| #include <crt_externs.h> // NOLINT
|
| -#endif // !TARGET_OS_IOS
|
| +#endif // !TARGET_OS_IOS
|
| #include <mach-o/dyld.h>
|
| -#include <signal.h> // NOLINT
|
| -#include <string.h> // NOLINT
|
| +#include <signal.h> // NOLINT
|
| +#include <string.h> // NOLINT
|
| #include <sys/sysctl.h> // NOLINT
|
| -#include <sys/types.h> // NOLINT
|
| -#include <unistd.h> // NOLINT
|
| +#include <sys/types.h> // NOLINT
|
| +#include <unistd.h> // NOLINT
|
|
|
| #include "bin/fdutils.h"
|
| #include "bin/file.h"
|
| @@ -74,7 +74,7 @@ const char* Platform::LibraryExtension() {
|
| }
|
|
|
|
|
| -bool Platform::LocalHostname(char *buffer, intptr_t buffer_length) {
|
| +bool Platform::LocalHostname(char* buffer, intptr_t buffer_length) {
|
| return gethostname(buffer, buffer_length) == 0;
|
| }
|
|
|
|
|