diff options
Diffstat (limited to 'test/src/mq.c')
| -rw-r--r-- | test/src/mq.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/src/mq.c b/test/src/mq.c index 40b31c1..9b5f672 100644 --- a/test/src/mq.c +++ b/test/src/mq.c @@ -5,9 +5,7 @@ * time is guaranteed. */ void -mq_nanosleep(unsigned ns) -{ - +mq_nanosleep(unsigned ns) { assert(ns <= 1000*1000*1000); #ifdef _WIN32 |
