aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_nif.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-03-15 17:14:39 +0100
committerSverker Eriksson <[email protected]>2018-03-22 16:22:32 +0100
commit30d5b7ee32d099f2a23c26e873aeb08be1b1d966 (patch)
treeffe1af0dae533fe2b7061ebf311aba0c8139b51a /erts/emulator/beam/erl_nif.h
parentd171399bb5a0e9f4c6029564ece4fbf89f3c76f8 (diff)
downloadotp-30d5b7ee32d099f2a23c26e873aeb08be1b1d966.tar.gz
otp-30d5b7ee32d099f2a23c26e873aeb08be1b1d966.tar.bz2
otp-30d5b7ee32d099f2a23c26e873aeb08be1b1d966.zip
erts: Add enif_*_name functions
Diffstat (limited to 'erts/emulator/beam/erl_nif.h')
-rw-r--r--erts/emulator/beam/erl_nif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_nif.h b/erts/emulator/beam/erl_nif.h
index a99b4db705..14682add51 100644
--- a/erts/emulator/beam/erl_nif.h
+++ b/erts/emulator/beam/erl_nif.h
@@ -52,7 +52,7 @@
** 2.11: 19.0 enif_snprintf
** 2.12: 20.0 add enif_select, enif_open_resource_type_x
** 2.13: 20.1 add enif_ioq
-** 2.14: 21.0 add enif_ioq_peek_head
+** 2.14: 21.0 add enif_ioq_peek_head, enif_(mutex|cond|rwlock|thread)_name
*/
#define ERL_NIF_MAJOR_VERSION 2
#define ERL_NIF_MINOR_VERSION 14