summaryrefslogtreecommitdiffstats
path: root/debian/patches/vendor/u-hurd-libc.4.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches/vendor/u-hurd-libc.4.patch (renamed from debian/patches/u-hurd-libc.4.patch)15
1 files changed, 7 insertions, 8 deletions
diff --git a/debian/patches/u-hurd-libc.4.patch b/debian/patches/vendor/u-hurd-libc.4.patch
index 9868f2c68..f40f8d15e 100644
--- a/debian/patches/u-hurd-libc.4.patch
+++ b/debian/patches/vendor/u-hurd-libc.4.patch
@@ -1,16 +1,15 @@
-https://github.com/rust-lang/libc/pull/3430
+From: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Date: Fri, 10 Nov 2023 20:14:11 +0100
+Subject: Forwarded: https://github.com/rust-lang/libc/pull/3430
-commit 07e57b2b2a383d942ee546dc4d69bf28280a1549
-Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
-Date: Fri Nov 10 20:14:11 2023 +0100
-
- hurd: Fix C API interface completion
-
c72c68c5d12e ("hurd: Complete C API interface") was actually missing a few
fixes.
+---
+ vendor/libc/src/unix/hurd/mod.rs | 226 ++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 211 insertions(+), 15 deletions(-)
diff --git a/vendor/libc/src/unix/hurd/mod.rs b/vendor/libc/src/unix/hurd/mod.rs
-index 75a272e4d..2e9f69e66 100644
+index 75a272e..2e9f69e 100644
--- a/vendor/libc/src/unix/hurd/mod.rs
+++ b/vendor/libc/src/unix/hurd/mod.rs
@@ -164,6 +164,7 @@ pub type pthread_key_t = __pthread_key;