diff options
Diffstat (limited to 'otherlibs/win32unix/dup.c')
-rw-r--r-- | otherlibs/win32unix/dup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/win32unix/dup.c b/otherlibs/win32unix/dup.c index de2ea7449..2668e75bf 100644 --- a/otherlibs/win32unix/dup.c +++ b/otherlibs/win32unix/dup.c @@ -31,4 +31,3 @@ CAMLprim value unix_dup(value fd) Descr_kind_val(newfd) = kind; return newfd; } - |