On Tue, 9 Sep 2014 11:11:52 +0200
Marek Chalupa wrote:
> man usleep says that bahaviour of using usleep with SIGALRM signal
> is unspecified. So create our own usleep that calls nanosleep instead.
>
> Signed-off-by: Marek Chalupa
> ---
> tests/display-test.c | 23 +++
> 1
man usleep says that bahaviour of using usleep with SIGALRM signal
is unspecified. So create our own usleep that calls nanosleep instead.
Signed-off-by: Marek Chalupa
---
tests/display-test.c | 23 +++
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/tests/displ