* lib/getlocalename_l-unsafe.c (getlocalename_l_unsafe): On
Solaris 11.4, use "" as fallback.
+2025-04-02 Bruno Haible <bruno@clisp.org>
+
+ getlocalename_l-unsafe: Avoid undefined behaviour on Solaris 11.4.
+ * lib/getlocalename_l-unsafe.c (getlocalename_l_unsafe): On
+ Solaris 11.4, use "" as fallback.
+
2025-04-01 Bruno Haible <bruno@clisp.org>
dcomp-script: Handle gdc binaries named <host>-gdc.
default: /* We shouldn't get here. */
return (struct string_with_storage) { "", STORAGE_INDEFINITE };
}
+ /* We shouldn't get here. */
+ return (struct string_with_storage) { "", STORAGE_INDEFINITE };
# else
/* Solaris 11 OpenIndiana.
For the internal structure of locale objects, see