aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/nifs/common/socket_nif.c
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-02-28 17:45:44 +0100
committerMicael Karlberg <[email protected]>2019-03-04 12:16:02 +0100
commit7b9a833910bc42b28546691d55fea6c2d55fee88 (patch)
treeb1929521f2092603efa63ddb87a51b3aa575b428 /erts/emulator/nifs/common/socket_nif.c
parent57d5f1ab34b690fa6ff14d7ca5d0b05de5ec0209 (diff)
downloadotp-7b9a833910bc42b28546691d55fea6c2d55fee88.tar.gz
otp-7b9a833910bc42b28546691d55fea6c2d55fee88.tar.bz2
otp-7b9a833910bc42b28546691d55fea6c2d55fee88.zip
[net] Macro abuse for func def
Some more macro abuse for nif API callback functions. OTP-15565
Diffstat (limited to 'erts/emulator/nifs/common/socket_nif.c')
-rw-r--r--erts/emulator/nifs/common/socket_nif.c2
1 files changed, 1 insertions, 1 deletions
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.
*