summaryrefslogtreecommitdiffstats
path: root/otherlibs
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2001-07-31 13:46:58 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2001-07-31 13:46:58 +0000
commit0aa070a29158b19a52f86033a4212288b18b690a (patch)
tree149333280aba29c4fb904df482fe55d9611972a1 /otherlibs
parent37ac0604dc0618d0ea9acf0adb9f007e1f3a20e7 (diff)
Ajout d'une note pour Sys.signal
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3606 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/unix/unix.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli
index 77c84814c..c25c59a7c 100644
--- a/otherlibs/unix/unix.mli
+++ b/otherlibs/unix/unix.mli
@@ -509,6 +509,9 @@ val lockf : file_descr -> mode:lock_command -> len:int -> unit
(*** Signals *)
+ (* Note: installation of signal handlers is performed via
+ the functions [signal] and [set_signal] of module [Sys]. *)
+
val kill : pid:int -> signal:int -> unit
(* [kill pid sig] sends signal number [sig] to the process
with id [pid]. *)