diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-02-19 14:38:10 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-02-19 14:38:10 +0000 |
commit | ddda19fcd631c7abfd54ffe355ed40df7c9f84f8 (patch) | |
tree | 7d3649e78ea26388970e9f5d8caeac26849418e8 | |
parent | 75fb7735613207046b2195a383a6b65e00fa8b2a (diff) |
Une ligne blanche en trop
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4431 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/unix/unix.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli index 00d5f2966..b4d021bce 100644 --- a/otherlibs/unix/unix.mli +++ b/otherlibs/unix/unix.mli @@ -57,7 +57,6 @@ type error = | ESPIPE (** Invalid seek e.g. on a pipe *) | ESRCH (** No such process *) | EXDEV (** Invalid link *) - | EWOULDBLOCK (** Operation would block *) | EINPROGRESS (** Operation now in progress *) | EALREADY (** Operation already in progress *) |