From 7b9a833910bc42b28546691d55fea6c2d55fee88 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Thu, 28 Feb 2019 17:45:44 +0100 Subject: [net] Macro abuse for func def Some more macro abuse for nif API callback functions. OTP-15565 --- erts/emulator/nifs/common/socket_nif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/emulator/nifs/common/socket_nif.c') diff --git a/erts/emulator/nifs/common/socket_nif.c b/erts/emulator/nifs/common/socket_nif.c index 22979d301a..ba8e2137e8 100644 --- a/erts/emulator/nifs/common/socket_nif.c +++ b/erts/emulator/nifs/common/socket_nif.c @@ -2779,7 +2779,7 @@ ERL_NIF_TERM nif_info(ErlNifEnv* env, * * Description: * This function is intended to answer the question: "Is X supported?" - * Currently only one key is "supported": options + * Currently three keys are "supported": options | sctp | ipv6 * That results in a list of all *known options* (known by us) and if * the platform supports (OS) it or not. * -- cgit v1.2.3