[pypy-commit] pypy default: remove pty.h from the imports

bivab noreply at buildbot.pypy.org
Sat Jun 23 18:22:15 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r55788:cdabeb7c04fa
Date: 2012-06-23 18:20 +0200
http://bitbucket.org/pypy/pypy/changeset/cdabeb7c04fa/

Log:	remove pty.h from the imports

diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module/ll_os.py
+++ b/pypy/rpython/module/ll_os.py
@@ -144,7 +144,7 @@
     # XXX many of these includes are not portable at all
     includes += ['dirent.h', 'sys/stat.h',
                  'sys/times.h', 'utime.h', 'sys/types.h', 'unistd.h',
-                 'signal.h', 'sys/wait.h', 'fcntl.h', 'pty.h']
+                 'signal.h', 'sys/wait.h', 'fcntl.h']
 else:
     includes += ['sys/utime.h']
 


More information about the pypy-commit mailing list