Changeset 39026d7c in mainline for uspace/lib/c/generic/irc.c


Ignore:
Timestamp:
2017-11-29T23:41:05Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
908d634
Parents:
f300523
Message:

Replace fibril_usleep() with async_usleep().

File:
1 edited

Legend:

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

    rf300523 r39026d7c  
    3434
    3535#include <assert.h>
     36#include <async.h>
    3637#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                 fibril_usleep(500 * 1000);
     74                async_usleep(500 * 1000);
    7575        }
    7676
Note: See TracChangeset for help on using the changeset viewer.