X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fuccompat.h;h=f3676c996c747a7c33271b0cf994e0c126cb506b;hp=f4f235967a94b13778aeeb3810c78f935e4e4d64;hb=975a83d253eea8aa37bf3dfd7e026df3027db4ff;hpb=35acc80f23f9f81f3145a686a9c7df4b622b25fe diff --git a/include/uccompat.h b/include/uccompat.h index f4f2359..f3676c9 100644 --- a/include/uccompat.h +++ b/include/uccompat.h @@ -35,11 +35,7 @@ extern char * strrchr __P ((const char *, int)); extern pid_t getpid(void); extern int execv(const char *path, char *const argv[]); - -extern void usleep_watchdevice(unsigned long usecs); -#define usleep(usecs) usleep_watchdevice((usecs)) -#define sleep(secs) usleep((secs)*1000000) - +extern int nice(int inc); #endif /* UCCOMPAT */