Skip to content
  • Philippe Gerum's avatar
    lib: rename evl_udelay() to evl_usleep() · db712cc1
    Philippe Gerum authored
    evl_udelay() was an annoying misnomer for people with kernel
    development background, as this relates to a busy wait loop, not to a
    sleeping call, which evl_udelay() actually was.
    
    Rename this call to evl_usleep(), converging to the glibc signature
    for usleep(3) in the same move.
    db712cc1