aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-08-26 12:32:45 +0200
committerJohn Högberg <[email protected]>2019-08-26 12:32:45 +0200
commit825f4eee8ddd478a619f26f1dfe50a67ac946012 (patch)
treec790664edecc0a12041583def6a4303f484fae12
parentdcc3ff74d5932a1aadd39ddf91cb480ff122da7b (diff)
downloadotp-825f4eee8ddd478a619f26f1dfe50a67ac946012.tar.gz
otp-825f4eee8ddd478a619f26f1dfe50a67ac946012.tar.bz2
otp-825f4eee8ddd478a619f26f1dfe50a67ac946012.zip
erts: Add missing prototype
-rw-r--r--erts/emulator/beam/erl_binary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_binary.h b/erts/emulator/beam/erl_binary.h
index 66b59ef1a3..f5a35f2222 100644
--- a/erts/emulator/beam/erl_binary.h
+++ b/erts/emulator/beam/erl_binary.h
@@ -311,6 +311,7 @@ ERTS_GLB_INLINE void erts_free_aligned_binary_bytes(byte* buf);
ERTS_GLB_INLINE void erts_free_aligned_binary_bytes_extra(byte* buf, ErtsAlcType_t);
ERTS_GLB_INLINE Binary *erts_bin_drv_alloc_fnf(Uint size);
ERTS_GLB_INLINE Binary *erts_bin_drv_alloc(Uint size);
+ERTS_GLB_INLINE Binary *erts_bin_nrml_alloc_fnf(Uint size);
ERTS_GLB_INLINE Binary *erts_bin_nrml_alloc(Uint size);
ERTS_GLB_INLINE Binary *erts_bin_realloc_fnf(Binary *bp, Uint size);
ERTS_GLB_INLINE Binary *erts_bin_realloc(Binary *bp, Uint size);