gnu: glibc: Update to 2.35.

* gnu/packages/base.scm (glibc): Update to 2.35.
[arguments]: Handle empty library files.
* gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch: Adjust for
renamed file.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
zamfofex 2022-07-19 16:13:01 +00:00 committed by Marius Bakke
parent 27322ac30b
commit 25b30622b4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 33 additions and 5 deletions

View file

@ -67,8 +67,8 @@ index fcd79fd554..1dd02aa449 100644
diff --git a/sysdeps/pthread/timer_create.c b/sysdeps/pthread/timer_create.c
index 9d8a9ea8ae..3430582c09 100644
--- a/sysdeps/pthread/timer_create.c
+++ b/sysdeps/pthread/timer_create.c
--- a/rt/timer_create.c
+++ b/rt/timer_create.c
@@ -48,7 +48,7 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
return -1;
}