Changes in uspace/lib/c/generic/irc.c [39026d7c:9a2eb14] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/irc.c
r39026d7c r9a2eb14 34 34 35 35 #include <assert.h> 36 #include <async.h>37 36 #include <errno.h> 37 #include <fibril_synch.h> 38 38 #include <ipc/irc.h> 39 39 #include <ipc/services.h> … … 72 72 73 73 // XXX This is just a temporary hack 74 async_usleep(500 * 1000);74 fibril_usleep(500 * 1000); 75 75 } 76 76
Note:
See TracChangeset
for help on using the changeset viewer.