https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065
--- Comment #42 from Nicolas Boulenguez <nicolas at debian dot org> --- Created attachment 61464 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61464&action=edit v17 GNAT.Sockets.Thin_Common wrappers As suggested in https://inbox.sourceware.org/gcc-patches/aBZh8egJTzj_BHFS@pegase/ this version restores the visible types in GNAT.Sockets.Thin_Common, as renamings of System.C_Time types, instead of removing them. User code importing any module under Ada or GNAT should now build unchanged, although with new warnings (Obsolescent, identifier case). If necessary, similar wrappers could also be added under System, except in System.Parameters because this would create a circular dependency. This version tries to mimic better the formatting of existing commit headers. The tarball contains a diff with v16.