blob: b75d2e22c4b75bdcddb80e40d4b49178b7538edd [file] [log] [blame]
/*
* Copyright (c) 2013 The Native Client 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 <unistd.h>
void far_away(void) {
_exit(0);
}