diff options
author | Anthony Martin <ality@pbrane.org> | 2010-06-28 14:32:29 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2010-06-28 14:32:29 -0700 |
commit | c988c8adf1d997d87ab792f68be0932fed74e9cd (patch) | |
tree | 8d768a6141e78fa2cf95c2e1f0f39aae11195467 /CONTRIBUTORS | |
parent | 670f730113743ef6ba4e093c56b812b6e4801314 (diff) | |
download | plan9port-c988c8adf1d997d87ab792f68be0932fed74e9cd.tar.gz plan9port-c988c8adf1d997d87ab792f68be0932fed74e9cd.tar.bz2 plan9port-c988c8adf1d997d87ab792f68be0932fed74e9cd.zip |
9term: fix getpts on linux
Openpty uses grantpt internally and its behavior is
unspecified when a handler is set to catch SIGCHLD.
Fixes issue 37. http://code.swtch.com/plan9port/issues/37
R=rsc
CC=codebot
http://codereview.appspot.com/1209049
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4a200cdc..21efdc2d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,6 +5,7 @@ Albert Lee <trisk@acm.jhu.edu> André Günther <Andre.G@gmx.de> +Anthony Martin <ality@pbrane.org> Anthony Sorace <a@9srv.net> Arvindh Rajesh Tamilmani <art@a-30.net> Benjamin Huntsman <BHuntsman@mail2.cu-portland.edu> |