forked from boostorg/config
Fixed nanosleep function sig test.
[SVN r11389]
This commit is contained in:
@ -16,7 +16,8 @@ void f()
|
|||||||
{
|
{
|
||||||
// this is never called, it just has to compile:
|
// this is never called, it just has to compile:
|
||||||
timespec ts = {0};
|
timespec ts = {0};
|
||||||
int res = nanosleep(&ts);
|
timespec rm;
|
||||||
|
int res = nanosleep(&ts, &rm);
|
||||||
}
|
}
|
||||||
|
|
||||||
int test()
|
int test()
|
||||||
|
Reference in New Issue
Block a user