gcc/libgo/go
Ian Lance Taylor ec3838a735 syscall: Change raw_ioctl cmd type to uintptr.
Attempt to fix a build bug report:
    
    ../../../../libgo/go/syscall/exec_linux.go:185:37: error: integer constant overflow
       _, err1 = raw_ioctl_ptr(sys.Ctty, TIOCSPGRP, unsafe.Pointer(&pgrp))
    
    Reviewed-on: https://go-review.googlesource.com/16539

From-SVN: r229674
2015-11-02 19:58:15 +00:00
..
archive runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
bufio runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
builtin runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
bytes runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
cmd libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
compress runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
container libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
crypto runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
database/sql runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
debug runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
encoding runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
errors libgo: Update to weekly.2012-02-22 release. 2012-03-02 20:01:37 +00:00
exp libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
expvar runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
flag runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
fmt libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
hash runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
html runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
image runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
index/suffixarray libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
internal libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
io runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
log runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
math runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
mime runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
net libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
old libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
os runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
path runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
reflect runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
regexp runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
runtime libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
sort runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
strconv runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
strings runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
sync runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
syscall syscall: Change raw_ioctl cmd type to uintptr. 2015-11-02 19:58:15 +00:00
testing runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
text runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
time runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
unicode runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00