1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/lib/syscall
Russ Cox 08ca30bbfa change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
2008-12-19 03:05:37 -08:00
..
asm_amd64_darwin.s preparation for exec. 2008-12-03 14:21:28 -08:00
asm_amd64_linux.s preparation for exec. 2008-12-03 14:21:28 -08:00
errstr_darwin.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
errstr_linux.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
file_darwin.go convert *[] to []. 2008-12-18 22:37:22 -08:00
file_linux.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
Makefile replace assembly casts with unsafe.pointer 2008-12-09 10:57:55 -08:00
mkdarwin move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
mklinux move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
mksignal fix build - forgot these files 2008-12-04 10:18:53 -08:00
signal_amd64_darwin.go fix build - forgot these files 2008-12-04 10:18:53 -08:00
signal_amd64_linux.go fix build - forgot these files 2008-12-04 10:18:53 -08:00
socket_darwin.go convert *[] to []. 2008-12-18 22:37:22 -08:00
socket_linux.go convert *[] to []. 2008-12-18 22:37:22 -08:00
syscall_amd64_darwin.go bug126 2008-12-09 18:31:31 -08:00
syscall_amd64_linux.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
syscall.go convert *[] to []. 2008-12-18 22:37:22 -08:00
time_amd64_darwin.go add time.Tick() 2008-12-03 16:40:00 -08:00
time_amd64_linux.go replace assembly casts with unsafe.pointer 2008-12-09 10:57:55 -08:00
types_amd64_darwin.go bug126 2008-12-09 18:31:31 -08:00
types_amd64_linux.go replace assembly casts with unsafe.pointer 2008-12-09 10:57:55 -08:00