[Issue 10464] Please add forkpty() to std.process

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 25 05:02:24 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=10464

--- Comment #2 from Kevin L <kevin.lamonte at gmail.com> ---
It may be a BSD function, but it is supported in glibc (with -lutil).  Every
POSIX platform in the DMD downloads page (FreeBSD, Mac, Linux) has forkpty. 
Which other ones should we be concerned about?

--


More information about the Digitalmars-d-bugs mailing list