commit | 7b6541a5932d72781e215b2e8e77928ec7ef6839 | [log] [tgz] |
---|---|---|
author | David G. Andersen <dave.andersen@gmail.com> | Tue Jul 03 08:16:43 2012 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Jul 03 08:16:43 2012 -0700 |
tree | d86fc546d3ea20d728b23f2d5bc8e9af46a133ca | |
parent | a0c688331f095126d8a079c249903e4a6728581f [diff] |
syscall: fix FreeBSD 386 sendfile The previous version was not handling an off_t (64 bit) parameter on 32 bit i386 systems. This patch splits sendfile into two implementations in their respective arch-specific files. Tested on FreeBSD amd64 and i386. R=bradfitz CC=golang-dev https://golang.org/cl/6356048