comparison lang/pypy2/files/patch-rpython_rlib_rposix.py @ 65:9e9df3f25e7d

Move the old imported pypy repo into the lang/pypy2 folder
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 12 Jan 2024 09:18:14 +0100
parents files/patch-rpython_rlib_rposix.py@585cf5a218ad
children 8b567a874360
comparison
equal deleted inserted replaced
64:4f846c664620 65:9e9df3f25e7d
1 --- rpython/rlib/rposix.py.orig 2023-12-23 15:29:17 UTC
2 +++ rpython/rlib/rposix.py
3 @@ -214,6 +214,8 @@ else:
4 includes.append('sys/sysmacros.h')
5 if sys.platform.startswith('freebsd') or sys.platform.startswith('openbsd'):
6 includes.append('sys/ttycom.h')
7 + if sys.platform.startswith('freebsd'):
8 + includes.append('termios.h')
9 libraries = ['util']
10
11 eci = ExternalCompilationInfo(