diff options
| author | Emilio Jesus Gallego Arias | 2017-02-23 13:33:11 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-03-14 20:50:38 +0100 |
| commit | fea15b446444e522d405e97b9e18d84baabfc633 (patch) | |
| tree | 084bf7230ca37d0b0c5abc073fe3365e2eec819e /lib/cUnix.mli | |
| parent | 611b34fae5974111e4753d99601214860bffe828 (diff) | |
[safe-string] lib/cUnix
No functional change.
Diffstat (limited to 'lib/cUnix.mli')
| -rw-r--r-- | lib/cUnix.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cUnix.mli b/lib/cUnix.mli index f03719c3d2..c6bcf63475 100644 --- a/lib/cUnix.mli +++ b/lib/cUnix.mli @@ -46,7 +46,7 @@ val file_readable_p : string -> bool is called on each elements read on stdout or stderr. *) val run_command : - ?hook:(string->unit) -> string -> Unix.process_status * string + ?hook:(bytes->unit) -> string -> Unix.process_status * string (** [sys_command] launches program [prog] with arguments [args]. It behaves like [Sys.command], except that we rely on |
