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