https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82384
--- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Mon Oct 2 19:38:06 2017 New Revision: 253366 URL: https://gcc.gnu.org/viewcvs?rev=253366&root=gcc&view=rev Log: PR ada/82384 * libgnarl/s-linux__x32.ads (suseconds_t): New subtype. (time_t): Change from derived type to subtype. (timeval): Use suseconds_t for tv_usec. * libgnarl/s-osinte__x32.adb (To_Timespec): Remove use type clause. Modified: trunk/gcc/ada/ChangeLog trunk/gcc/ada/libgnarl/s-linux__x32.ads trunk/gcc/ada/libgnarl/s-osinte__x32.adb