mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
smm_io is now a valid mode for make_stream_from_fd
This commit is contained in:
parent
077beb63cd
commit
0f04e00234
1 changed files with 3 additions and 0 deletions
|
|
@ -2740,6 +2740,9 @@ ecl_make_stream_from_fd(cl_object fname, int fd, enum ecl_smmode smm)
|
|||
case smm_output:
|
||||
mode = "w";
|
||||
break;
|
||||
case smm_io:
|
||||
mode = "w+";
|
||||
break;
|
||||
#if defined(ECL_WSOCK)
|
||||
case smm_input_wsock:
|
||||
case smm_output_wsock:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue