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.
+2020-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/90719
+ * libdruntime/core/sys/posix/sys/stat.d (Solaris): Move st_pad3 from
+ struct stat64_t to stat32_t.
+
2020-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/90718
dev_t st_rdev;
c_long[2] st_pad2;
off_t st_size;
+ c_long st_pad3;
union
{
timestruc_t st_atim;
dev_t st_rdev;
c_long[2] st_pad2;
off64_t st_size;
- c_long st_pad3;
union
{
timestruc_t st_atim;