blob: 2e840c7d3e4d3082569b51641e75dc90f7d38564 [file] [log] [blame]
/*
* Copyright (c) 2019, Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdint.h>
#ifdef __clang__
int atexit(void (*function)(void))
{
return 0;
}
#endif /* __clang__ */