mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-31 04:55:54 +01:00
WINGs: Modernize wusleep()
- Change the wusleep abomination to be a simple wrapper around nanosleep (man says it's been POSIX for almost a decade) - Remove autoconf tests that became unnecessary along the way Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
de9fcef214
commit
1420e44bb1
@@ -248,7 +248,7 @@ WMRange wmkrange(int start, int count);
|
||||
|
||||
/* ---[ WINGs/usleep.c ]-------------------------------------------------- */
|
||||
|
||||
void wusleep(unsigned int microsec);
|
||||
void wusleep(unsigned int usec);
|
||||
|
||||
/* ---[ WINGs/handlers.c ]------------------------------------------------ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user