Mercurial > hg > xemacs-beta
diff src/file-coding.c @ 5814:a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
<CAHCOHQk6FNm2xf=XiGEpPq43+7WOzNZ=SuD9V79o3wb9WVCTrQ@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 07 Oct 2014 21:16:10 -0600 |
parents | d2c0ff38ad5c |
children | 96fb76dd98df |
line wrap: on
line diff
--- a/src/file-coding.c Thu Oct 02 10:19:00 2014 +0200 +++ b/src/file-coding.c Tue Oct 07 21:16:10 2014 -0600 @@ -4342,7 +4342,7 @@ goto badopen; } - lstream = make_filedesc_input_stream (fd, 0, -1, 0); + lstream = make_filedesc_input_stream (fd, 0, -1, 0, NULL); Lstream_set_buffering (XLSTREAM (lstream), LSTREAM_UNBUFFERED, 0); nread = Lstream_read (XLSTREAM (lstream), buf, sizeof (buf)); err = Lstream_errno (XLSTREAM (lstream));