cut and paste error correction.

merge-requests/1/head
Mattias Ellert 2009-02-01 14:37:46 +00:00
rodzic 4dab269c71
commit 7d909bb234
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -634,7 +634,7 @@ char *strsep(char **stringp, const char *delim);
/* Prototype for usleep */
#ifndef HAVE_USLEEP
#define strsep sanei_usleep
#define usleep sanei_usleep
unsigned int usleep (unsigned int useconds);
#endif