diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:37 +0000 |
commit | 1c69ecb2dd463a5cd922e872386381e1cc17147e (patch) | |
tree | d49e9c5086b704151975474cb9ae68509ffa4787 /debian/patches/vendor/u-hurd-libc.4.patch | |
parent | Merging upstream version 1.76.0+dfsg1. (diff) | |
download | rustc-1c69ecb2dd463a5cd922e872386381e1cc17147e.tar.xz rustc-1c69ecb2dd463a5cd922e872386381e1cc17147e.zip |
Merging debian version 1.76.0+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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; |