From edcb1520b28bdeba6a49576e04ce105b978b945f Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 19 Aug 1999 13:53:20 +0000 Subject: Ajout de chmod (requete de Trevor Jim) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2394 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/unix.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/win32unix/unix.ml') diff --git a/otherlibs/win32unix/unix.ml b/otherlibs/win32unix/unix.ml index 0870304df..c85fcafd2 100644 --- a/otherlibs/win32unix/unix.ml +++ b/otherlibs/win32unix/unix.ml @@ -260,7 +260,7 @@ type access_permission = | X_OK | F_OK -let chmod file perm = invalid_arg "Unix.chmod not implemented" +external chmod : string -> file_perm -> unit = "unix_chmod" let fchmod fd perm = invalid_arg "Unix.fchmod not implemented" let chown file perm = invalid_arg "Unix.chown not implemented" let fchown fd perm = invalid_arg "Unix.fchown not implemented" -- cgit v1.2.3-70-g09d2