Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/sleep/sleep.c

    rf300523 r582a0b8  
    2727 */
    2828
    29 #include <async.h>
    3029#include <errno.h>
    3130#include <stdio.h>
    3231#include <stdlib.h>
     32#include <thread.h>
    3333#include "config.h"
    3434#include "util.h"
     
    131131        }
    132132
    133         async_usleep(duration);
     133        (void) thread_usleep(duration);
    134134
    135135        return CMD_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.