Re: [PATCH v2] tests: use nanosleep instead of usleep

2014-09-09 Thread Pekka Paalanen
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

[PATCH v2] tests: use nanosleep instead of usleep

2014-09-09 Thread Marek Chalupa
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