Hi, [email protected] skribis:
> commit 32d3fa5309532b8bcf7f7be15ffabfa99c6ecfaf > Author: Jan Nieuwenhuizen <[email protected]> > AuthorDate: Sun Mar 1 16:37:37 2020 +0100 > > gnu: glibc: Add and update patches for the Hurd. > > * gnu/packages/patches/glibc-hurd-magic-pid.patch: Remove unused file. > * gnu/packages/patches/glibc-hurd-clock_t_centiseconds.patch: New file. > * gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch: New file. > * gnu/local.mk (dist_patch_DATA): Update them. > * gnu/packages/base.scm (glibc): Use two new patches. [...] > - (patches (search-patches "glibc-ldd-x86_64.patch" > + (patches `(,@(search-patches "glibc-ldd-x86_64.patch" ^ Superfluous. :-) > + > "glibc-hurd-clock_t_centiseconds.patch" > + > "glibc-hurd-clock_gettime_monotonic.patch"))))) Nice patches! Did you submit them upstream? They are likely to be applied quite quickly nowadays, so they could make it in glibc 2.32. (It’s fine to carry them in the meantime, of course.) Ludo’.
