socket-util: fsync directory for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 19 Feb 2014 16:47:56 +0000 (08:47 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 21 Feb 2014 16:17:24 +0000 (08:17 -0800)
commitcbf414e50163de1b2488e940bd87efe6496cdd67
tree12c0896e7932e7a920b2d48da1e276f631b96163
parent7009a5941e4920155544aafb071e5beca4500968
socket-util: fsync directory for Windows.

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 <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/socket-util.c