aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-08-23 13:33:29 +0200
committerSverker Eriksson <[email protected]>2017-08-23 13:33:29 +0200
commit8453bda5805bc8a2d4709b5d15643fb0512a8a23 (patch)
treebd8306dbfac6eca83ea2eac81ef399953b085e34 /erts/emulator/beam/global.h
parent9513aed6c04c34f06bd594b771ee9471a5264ac0 (diff)
parent26416b5430795f3a27913931afbb7ef1dc51d4bd (diff)
downloadotp-8453bda5805bc8a2d4709b5d15643fb0512a8a23.tar.gz
otp-8453bda5805bc8a2d4709b5d15643fb0512a8a23.tar.bz2
otp-8453bda5805bc8a2d4709b5d15643fb0512a8a23.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 7cb94ba3d2..9ea29e7626 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -1280,7 +1280,7 @@ int erts_utf8_to_latin1(byte* dest, const byte* source, int slen);
void bin_write(fmtfn_t, void*, byte*, size_t);
Sint intlist_to_buf(Eterm, char*, Sint); /* most callers pass plain char*'s */
-Sint erts_unicode_list_to_buf(Eterm list, byte *buf, Sint len);
+int erts_unicode_list_to_buf(Eterm list, byte *buf, Sint len, Sint* written);
struct Sint_buf {
#if defined(ARCH_64)