This commit was manufactured by cvs2svn to create branch 'uc'.
[gnokii.git] / include / uccompat.h
index f4f2359..f3676c9 100644 (file)
@@ -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 */