diff options
author | Micael Karlberg <[email protected]> | 2019-04-02 15:36:18 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-04-30 11:03:10 +0200 |
commit | b49f68d5d8a256a7a0847d939b2da8a4be6c728a (patch) | |
tree | 172e1a61316626a998f0e8dc56fbba25af48a8c2 /lib/sasl | |
parent | e87bc034ae3f13cfcfab8677a10a088850c747a0 (diff) | |
download | otp-b49f68d5d8a256a7a0847d939b2da8a4be6c728a.tar.gz otp-b49f68d5d8a256a7a0847d939b2da8a4be6c728a.tar.bz2 otp-b49f68d5d8a256a7a0847d939b2da8a4be6c728a.zip |
[net] Improvements (ahum) when --disable-esock
The net module uses socket, but when the system has
been built with --disable-esock, there is no socket...
Diffstat (limited to 'lib/sasl')
-rw-r--r-- | lib/sasl/src/systools_make.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sasl/src/systools_make.erl b/lib/sasl/src/systools_make.erl index 29395b3c82..b5a6b44f93 100644 --- a/lib/sasl/src/systools_make.erl +++ b/lib/sasl/src/systools_make.erl @@ -33,6 +33,7 @@ -export([read_application/4]). -export([make_hybrid_boot/4]). +-export([preloaded/0]). % Exported just for testing -import(lists, [filter/2, keysort/2, keysearch/3, map/2, reverse/1, append/1, foldl/3, member/2, foreach/2]). |