mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Don't use EAGAIN as it's not used and requires missing cerrno
[SVN r86089]
This commit is contained in:
@@ -491,7 +491,7 @@ inline int thread_create( OS_thread_t * thread, unsigned (__stdcall * start_rout
|
||||
return 0;
|
||||
}
|
||||
else{
|
||||
return EAGAIN;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user