use our own portable version of usleep using select()

git-svn-id: https://svn.musicpd.org/mpd/trunk@578 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-04-01 03:48:51 +00:00
parent 917af619da
commit 3ab9841764
11 changed files with 41 additions and 24 deletions

View File

@@ -29,4 +29,6 @@ char * strDupToUpper(char * str);
void stripReturnChar(char * string);
void my_usleep(long usec);
#endif