summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch
diff options
context:
space:
mode:
authorzamfofex <zamfofex@twdb.moe>2022-07-19 16:13:01 +0000
committerMarius Bakke <marius@gnu.org>2022-09-08 21:40:00 +0200
commit25b30622b4a77cd4b2965b9d62fa310a22413d54 (patch)
tree8192ac83f252c7cbd37d0b6348c6a6cfaa09b48b /gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch
parent27322ac30be6816eca33ee946a04d3b0ab32896f (diff)
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>
Diffstat (limited to 'gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch')
-rw-r--r--gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch b/gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch
index e31f99a1ce..b02215550d 100644
--- a/gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch
+++ b/gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch
@@ -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;
}