#ifndef __UNISTD_CIVL__ #define __UNISTD_CIVL__ int sleep(int n){ return 0; } int usleep(int n){ return 0; } #endif