diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-30 19:11:16 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-30 19:11:16 +0200 |
commit | 4f33c88a51587681b7be1ae57cfbc43b627c6bc4 (patch) | |
tree | 25560404dc80007e5dc268811242c9071f6a1017 /sys/src/ape/lib/ap/plan9/tcgetattr.c | |
parent | fcc5e75d07e5bc6cb3ddac6d9a437e7ec62d0d95 (diff) |
import updated compilers from sources
Diffstat (limited to 'sys/src/ape/lib/ap/plan9/tcgetattr.c')
-rw-r--r-- | sys/src/ape/lib/ap/plan9/tcgetattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/ape/lib/ap/plan9/tcgetattr.c b/sys/src/ape/lib/ap/plan9/tcgetattr.c index 8a7d3e608..c93c21b5b 100644 --- a/sys/src/ape/lib/ap/plan9/tcgetattr.c +++ b/sys/src/ape/lib/ap/plan9/tcgetattr.c @@ -144,6 +144,7 @@ tcsetpgrp(int fd, pid_t pgrpid) _syserrno(); return -1; } + return 0; } pid_t |