diff options
author | Sverker Eriksson <[email protected]> | 2019-03-04 16:02:53 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2019-03-04 16:02:53 +0100 |
commit | 58bc1246181c75aca08d042bb80435cf0b63af2f (patch) | |
tree | 998456d86cede5cf0c6799b3d0ef1d2d149cdbd4 /erts/etc | |
parent | 0341e571fb1d16415b5663366f3128ba4dfbd123 (diff) | |
parent | 3e52ed2a13a9cf56edac6d0635f18e348465a66e (diff) | |
download | otp-58bc1246181c75aca08d042bb80435cf0b63af2f.tar.gz otp-58bc1246181c75aca08d042bb80435cf0b63af2f.tar.bz2 otp-58bc1246181c75aca08d042bb80435cf0b63af2f.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/unix/to_erl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/etc/unix/to_erl.c b/erts/etc/unix/to_erl.c index afff8f7e54..ed4fe12e8b 100644 --- a/erts/etc/unix/to_erl.c +++ b/erts/etc/unix/to_erl.c @@ -245,7 +245,6 @@ int main(int argc, char **argv) tty_smode.c_iflag = 1*BRKINT |/*Signal interrupt on break.*/ 1*IGNPAR |/*Ignore characters with parity errors.*/ - 1*ISTRIP |/*Strip character.*/ 0; #if 0 |