summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/unix.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2001-04-10 11:15:05 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2001-04-10 11:15:05 +0000
commit2c30b7b1912b31dec86096aa532f91e1dd15ddc0 (patch)
tree46e4175c4692b68ceacd24ed317871e87f55284f /otherlibs/win32unix/unix.ml
parent7646d818a217e7c4019bb7b6f036ae1a597941af (diff)
Ajout de link pour W2K (L. Fourquaux)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3487 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unix.ml')
-rw-r--r--otherlibs/win32unix/unix.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/unix.ml b/otherlibs/win32unix/unix.ml
index 25cc960ec..1beaa9617 100644
--- a/otherlibs/win32unix/unix.ml
+++ b/otherlibs/win32unix/unix.ml
@@ -251,7 +251,7 @@ let fstat fd = invalid_arg "Unix.fstat not implemented"
external unlink : string -> unit = "unix_unlink"
external rename : string -> string -> unit = "unix_rename"
-let link f1 f2 = invalid_arg "Unix.link not implemented"
+external link : string -> string -> unit = "unix_link"
(* File permissions and ownership *)