Patch #656590: /dev/ptmx support for ptys.

This commit is contained in:
Martin v. Löwis 2002-12-31 12:55:15 +00:00
parent b70557f13d
commit 24a880b499
6 changed files with 76 additions and 10 deletions

View file

@ -512,6 +512,7 @@ Casper Stoel
Peter Stoehr
Ken Stox
Daniel Stutzbach
Paul Swartz
William Tanksley
Christian Tanzer
Amy Taylor

View file

@ -359,6 +359,8 @@ Core and builtins
Extension modules
-----------------
- posix.openpty now works on all systems that have /dev/ptmx.
- A module zipimport exists to support importing code from zip
archives.