libc: Add usleep
authorAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 11:46:09 +0000 (12:46 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 11:46:09 +0000 (12:46 +0100)
commit1b09ab4ee088658398adb45413abf578ed4ad2d2
tree2357d41477f359744292bb558245ab4cc146298d
parent20dc9fdcb5261c6e60a1526da7429f06484c9517
libc: Add usleep

It's just another mapping onto _pause()
Library/include/unistd.h
Library/libs/Makefile
Library/libs/Makefile.6502
Library/libs/Makefile.6809
Library/libs/usleep.c [new file with mode: 0644]