• Tobias Klauser's avatar
    syscall: use private copy of ustat_t on Linux · 88aa2080
    Tobias Klauser authored
    Port CL 120295 from golang.org/x/sys/unix to the syscall package.
    
    The ustat syscall has been deprecated on Linux for a long time and the
    upcoming glibc 2.28 will remove ustat.h and it can no longer be used to
    to generate the Ustat_t wrapper type. Since Linux still provides the
    syscall, let's not break this functionality and add a private copy of
    struct ustat so Ustat_t can still be generated.
    
    Fixes golang/go#25990
    
    Change-Id: I0dab2ba1cc76fbd21553b499f9256fd9d59ca409
    Reviewed-on: https://go-review.googlesource.com/120563
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    88aa2080
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...