mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
27322ac30b
commit
25b30622b4
2 changed files with 33 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue