plan9: alternative build for libbio changes
utilizes core Plan 9 libbio implementation
by adding the missing macros and functions
to a go-specific libbio target.
https://codereview.appspot.com/15750047/diff/30001/src/lib9/bio_plan9.c File src/lib9/bio_plan9.c (right): https://codereview.appspot.com/15750047/diff/30001/src/lib9/bio_plan9.c#newcode9 src/lib9/bio_plan9.c:9: // I think you forgot to remove this comment ...
11 years, 5 months ago
(2013-10-22 17:53:27 UTC)
#2
I'd like to move src/lib9/bio_plan9.c to src/libbio and extract the functions from bgetc.c and bputc.c. ...
11 years, 4 months ago
(2013-12-03 08:14:08 UTC)
#4
I'd like to move src/lib9/bio_plan9.c to src/libbio and extract the functions
from bgetc.c and bputc.c. This would allow just the four functions to be
compiled and installed into $GOROOT/pkg/obj/plan9_$objtype/fname.$O. This keeps
the bio.h header clean for Plan 9 and other systems without adding additional
#ifdefs to tons of other code, and for those still needing to link libbio.a,
it's all there as needed.
Hello golang-dev@googlegroups.com, jeremyjackins@gmail.com, rsc@golang.org (cc: ality@pbrane.org, golang-dev@googlegroups.com), I'd like you to review this change to ...
11 years, 4 months ago
(2013-12-07 17:52:42 UTC)
#7
Issue 15750047: code review 15750047: plan9: alternative build for libbio changes
(Closed)
Created 11 years, 5 months ago by jas
Modified 11 years, 3 months ago
Reviewers: golang-dev, jnj, rsc
Base URL:
Comments: 1