/usr/lib/ocaml/syslog/aux.mli is in libsyslog-ocaml-dev 1.4-6build5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | type msg_flag = MSG_OOB | MSG_DONTROUTE | MSG_PEEK | MSG_NOSIGNAL
val send : Unix.file_descr -> string -> int -> int -> msg_flag list -> int
|