#include #include int reboot(int type) { errno = ENOSYS; return -1; }