Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2017-09-03 22:18:07 +0000
committerDoug Schaefer2017-09-07 18:30:54 +0000
commitaf7c28b3b38d0231f4813bd085decdb61f2da302 (patch)
tree62e3a319b76a49012594e595869d8f7502c41ea1 /native/org.eclipse.cdt.native.serial/src
parent28354024a836a618519953f48466472c362821de (diff)
downloadorg.eclipse.cdt-cdt_9_2.tar.gz
org.eclipse.cdt-cdt_9_2.tar.xz
org.eclipse.cdt-cdt_9_2.zip
Bug 519886 - eclipse CDT failed to create PTY on macOS 10.13 betacdt_9_2
Fixed by getting rid of legacy code for opening a master pty, and copying the related code from org.eclipse.cdt.core.linux instead. Only getpt() had to be replaced by posix_openpt(). Compiled on OSX 10.12 - tested on MacOSX 10.8 and 10.13 beta 7 (64-bit each). Change-Id: Idade001aed41abafc0d500695a4b51179bb9b738 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com> (cherry picked from commit a0ab38124c6e78eeacedf92feb685f7e4d3002d0)
Diffstat (limited to 'native/org.eclipse.cdt.native.serial/src')
0 files changed, 0 insertions, 0 deletions

Back to the top