Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/irc.c

    r39026d7c r9a2eb14  
    3434
    3535#include <assert.h>
    36 #include <async.h>
    3736#include <errno.h>
     37#include <fibril_synch.h>
    3838#include <ipc/irc.h>
    3939#include <ipc/services.h>
     
    7272
    7373                // XXX This is just a temporary hack
    74                 async_usleep(500 * 1000);
     74                fibril_usleep(500 * 1000);
    7575        }
    7676
Note: See TracChangeset for help on using the changeset viewer.