aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/io.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-08-21 15:21:04 +0200
committerLukas Larsson <[email protected]>2013-08-21 15:21:04 +0200
commitb80f30417fce361ebb19a13a471090165b7ad1c8 (patch)
treea87b8f0b9bcbc782a137f08f2e240d0c4fb887e4 /erts/emulator/beam/io.c
parenta27e9776c839aa9fed9e71e3d06a33720377e293 (diff)
parenta6e883426efb5b205122e85a4f868647e31206c5 (diff)
downloadotp-b80f30417fce361ebb19a13a471090165b7ad1c8.tar.gz
otp-b80f30417fce361ebb19a13a471090165b7ad1c8.tar.bz2
otp-b80f30417fce361ebb19a13a471090165b7ad1c8.zip
Merge branch 'lukas/erts/static_nifs/OTP-11258'
* lukas/erts/static_nifs/OTP-11258: erts: Document --enable-static-nif/driver erts: Add support for static linked-in drivers erts: Add option to include nifs statically
Diffstat (limited to 'erts/emulator/beam/io.c')
-rw-r--r--erts/emulator/beam/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/io.c b/erts/emulator/beam/io.c
index c1e66b59af..fb39c18d9d 100644
--- a/erts/emulator/beam/io.c
+++ b/erts/emulator/beam/io.c
@@ -2765,6 +2765,7 @@ void erts_init_io(int port_tab_size,
init_driver(&fd_driver, &fd_driver_entry, NULL);
init_driver(&vanilla_driver, &vanilla_driver_entry, NULL);
init_driver(&spawn_driver, &spawn_driver_entry, NULL);
+ erts_init_static_drivers();
for (dp = driver_tab; *dp != NULL; dp++)
erts_add_driver_entry(*dp, NULL, 1);