blob: 6dd01a1a32c99b1cedeab052de9e93ed3fb74f05 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <cstdlib>
#include "platform_utils.h"
namespace tonic {
void PlatformExit(int status) {
exit(status);
}
} // namespace tonic