aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/lyre/generic/reboot.cpp
blob: 7c86ffda997131e270a3c10ff6f41c1192917e4a (plain)
1
2
3
4
5
6
7
#include <errno.h>
#include <sys/reboot.h>
#include <bits/ensure.h>

int reboot(int what) {
	return 0;
}