summaryrefslogtreecommitdiff
path: root/missing/flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/flock.c')
-rw-r--r--missing/flock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/flock.c b/missing/flock.c
index c828fcc7ad..ed619f0e91 100644
--- a/missing/flock.c
+++ b/missing/flock.c
@@ -122,7 +122,7 @@ flock(fd, operation)
return -1;
}
}
-#elif !defined NT
+#elif !defined _WIN32
int
flock(fd, operation)
int fd;
ruby.git/commit/regint.h?h=v2_1_4&id=48de1e292a4f65840f01d31c5f8607f6b585057d'>* addr2line.c: suppressed shorten-64-to-32 warnings.naruse 2010-11-17* regint.h (OnigOpInfoType): constify name.naruse 2010-08-26* regint.h (OnigStackIndex): the type should be intptr_t.naruse 2010-08-14* regcomp.c (onig_memsize): constified.nobu 2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu 2010-03-01* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz 2009-12-21* regcomp.c (print_enc_string): follow enclen's change.naruse 2009-09-22* regint.h: commit miss.nobu 2009-08-30*regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse 2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu