diff options
author | Rickard Green <[email protected]> | 2017-10-12 16:28:31 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-10-12 16:28:31 +0200 |
commit | f28539265d753bbaa473cb488e951bfe47304a01 (patch) | |
tree | 86a53f117f1e33b33e57f890f186dbf9b07d8e19 /erts/emulator/beam/global.h | |
parent | 7dcaed64849f830a44da28c0d49e908d173b173d (diff) | |
download | otp-f28539265d753bbaa473cb488e951bfe47304a01.tar.gz otp-f28539265d753bbaa473cb488e951bfe47304a01.tar.bz2 otp-f28539265d753bbaa473cb488e951bfe47304a01.zip |
Revert "Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint"
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing
changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf.
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index ddf7f03265..182d3aa44e 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -1253,7 +1253,7 @@ void erts_init_unicode(void); Sint erts_unicode_set_loop_limit(Sint limit); void erts_native_filename_put(Eterm ioterm, int encoding, byte *p) ; -Sint erts_native_filename_need(Eterm ioterm, int encoding, int allow_null); +Sint erts_native_filename_need(Eterm ioterm, int encoding); void erts_copy_utf8_to_utf16_little(byte *target, byte *bytes, int num_chars); int erts_analyze_utf8(byte *source, Uint size, byte **err_pos, Uint *num_chars, int *left); |