com32: add proper sleep()/msleep() functions and make Lua use them
authorH. Peter Anvin <hpa@zytor.com>
Mon, 5 Jul 2010 22:45:37 +0000 (15:45 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 5 Jul 2010 22:45:37 +0000 (15:45 -0700)
commit0a984adcbd5130e790a774e0d78d66465ecc6c0a
tree469e7e367aa7b683a4b3419444aa8153e4f98ac3
parenta393bcdefd525c43fce16a9f50a03402533b55f4
com32: add proper sleep()/msleep() functions and make Lua use them

Add proper sleep() and msleep() functions, which among other things
call syslinux_idle(), and make Lua use them.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/cmenu/libmenu/com32io.c
com32/cmenu/libmenu/com32io.h
com32/include/unistd.h
com32/lib/Makefile
com32/lib/sys/sleep.c [new file with mode: 0644]
com32/lua/src/Makefile
com32/lua/src/syslinux.c