This change is the result of a code audit. The changes are not drastic, but should...
[vsys.git] / splice.ml
1 open Unix
2
3 external splice : Unix.file_descr -> Unix.file_descr -> int -> int
4                    = "stub_splice"
5
6 external tee : Unix.file_descr -> Unix.file_descr -> int -> int
7                    = "stub_tee"