Minor reformatting.
From-SVN: r150252
This commit is contained in:
parent
16c5f1c624
commit
18ec2bdaec
1 changed files with 1 additions and 1 deletions
|
@ -3502,7 +3502,7 @@ __gnat_set_close_on_exec (int fd ATTRIBUTE_UNUSED,
|
|||
return -1;
|
||||
if (close_on_exec_p)
|
||||
return ! SetHandleInformation (h, HANDLE_FLAG_INHERIT, 0);
|
||||
return ! SetHandleInformation (h, HANDLE_FLAG_INHERIT,
|
||||
return ! SetHandleInformation (h, HANDLE_FLAG_INHERIT,
|
||||
HANDLE_FLAG_INHERIT);
|
||||
#else
|
||||
/* TODO: Unimplemented. */
|
||||
|
|
Loading…
Add table
Reference in a new issue