Sign in
android-kvm
/
linux
/
faf37c44a105f3608115785f17cbbf3500f8bc71
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
benchmarks
/
exec_target.c
blob: 3c9c144192be591ed1db8b62ea2c3108446099bf [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Part of fork context switch microbenchmark.
*
* Copyright 2018, Anton Blanchard, IBM Corp.
*/
void
_exit
(
int
);
void
_start
(
void
)
{
_exit
(
0
);
}