all of pkg now compiles, fixes a few more tests

go/test: passes 90% (313/345)

R=rsc
APPROVED=rsc
DELTA=90  (83 added, 3 deleted, 4 changed)
OCL=36011
CL=36023
This commit is contained in:
Kai Backman 2009-10-23 11:00:59 -07:00
parent 0af8e1045c
commit dec1ec34bf
5 changed files with 87 additions and 7 deletions

View file

@ -59,5 +59,11 @@ func NsecToTimeval(nsec int64) (tv Timeval) {
//sys Stat(path string, stat *Stat_t) (errno int)
//sys Statfs(path string, buf *Statfs_t) (errno int)
// TODO(kaib): add support for tracing
func (r *PtraceRegs) PC() uint64 {
return 0;
}
func (r *PtraceRegs) SetPC(pc uint64) {
}