]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/windows/handle.cpp
Implement controls for file descriptor inheritance
[libs/core.git] / source / io / windows / handle.cpp
index 2dac33fa2b531dc88db375bea661f5b991aa6a15..e59de273a65ea07d3d42712f1d2394cdc0db018d 100644 (file)
@@ -9,6 +9,10 @@ void sys_set_blocking(Handle &, bool)
 {
 }
 
 {
 }
 
+void sys_set_inherit(Handle &, bool)
+{
+}
+
 unsigned sys_read(Handle &handle, char *buf, unsigned size)
 {
        DWORD ret;
 unsigned sys_read(Handle &handle, char *buf, unsigned size)
 {
        DWORD ret;