mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
0af8e1045c
commit
dec1ec34bf
5 changed files with 87 additions and 7 deletions
|
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue