On Wed, Feb 19, 2014 at 03:36:22PM -0800, Gurucharan Shetty wrote:
> There is no corresponding function for Windows.
> open() does not work on directories.
> There is a function _commit(fd), but that is only meant
> for files.
>
> Signed-off-by: Gurucharan Shetty
Acked-by: Ben Pfaff
___
There is no corresponding function for Windows.
open() does not work on directories.
There is a function _commit(fd), but that is only meant
for files.
Signed-off-by: Gurucharan Shetty
---
lib/socket-util.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/socket-util.c b/lib/socket-u