Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprected -> deprecated #735

Merged
merged 2 commits into from
Oct 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/unix/lwt_io.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ let shutdown_server_deprecated server =
let establish_server_generic
bind_function
?fd:preexisting_socket_for_listening
?(backlog = Lwt_unix.somaxconn ())
?(backlog = Lwt_unix.somaxconn () [@ocaml.warning "-3"])
listening_address
connection_handler_callback =

Expand Down
2 changes: 1 addition & 1 deletion src/unix/lwt_unix.cppo.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1534,4 +1534,4 @@ val has_wait4 : bool
(** @deprecated Use [Lwt_sys.have `wait4]. *)

val somaxconn : unit -> int
[@@ocaml.deprected " This is an internal function."]
[@@ocaml.deprecated " This is an internal function."]