]> gcc.gnu.org Git - gcc.git/commit
libphobos: Fix struct layout of stat_t on sparc-*-solaris*
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 16 May 2020 20:32:17 +0000 (22:32 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sat, 16 May 2020 20:32:17 +0000 (22:32 +0200)
commit866f7405707dd2970868941635a32bd9197cd731
tree2fb295bb7d526a13f772f8e16e3a89b279cfe5cc
parent6d0e00a92d3d62e331175df3a548a6a9988df1ad
libphobos: Fix struct layout of stat_t on sparc-*-solaris*

The last change to the bindings removed the st_pad3 field from the wrong
struct.  It should have been stat64_t that needed updating instead.

libphobos/ChangeLog

PR d/90719
* libdruntime/core/sys/posix/sys/stat.d (Solaris): Move st_pad3 from
struct stat64_t to stat32_t.
libphobos/ChangeLog
libphobos/libdruntime/core/sys/posix/sys/stat.d
This page took 0.052781 seconds and 5 git commands to generate.