blob: ae2d559572a36ad58a8e89c4c854c73802a85c9a [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdlib.h>
#include <zephyr.h>
void _exit(int status)
{
printk("exit\n");
while (1) {
}
}