1
0
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:
Tamas TEVESZ
2010-09-29 02:52:19 +02:00
committed by Carlos R. Mafra
parent de9fcef214
commit 1420e44bb1
3 changed files with 22 additions and 45 deletions

View File

@@ -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 ]------------------------------------------------ */