summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/unix.ml
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/unix.ml')
-rw-r--r--otherlibs/unix/unix.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/unix.ml b/otherlibs/unix/unix.ml
index 2ca2de59e..e6dcfdff0 100644
--- a/otherlibs/unix/unix.ml
+++ b/otherlibs/unix/unix.ml
@@ -356,7 +356,7 @@ external send : file_descr -> string -> int -> int -> msg_flag list -> int
= "unix_send"
external sendto :
file_descr -> string -> int -> int -> msg_flag list -> sockaddr -> int
- = "unix_sendto"
+ = "unix_sendto" "unix_sendto_native"
type host_entry =
{ h_name : string;