diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/vendor/u-hurd-libc.3.patch (renamed from debian/patches/u-hurd-libc.3.patch) | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/debian/patches/u-hurd-libc.3.patch b/debian/patches/vendor/u-hurd-libc.3.patch index ff1f1b2f9..2d14daf98 100644 --- a/debian/patches/u-hurd-libc.3.patch +++ b/debian/patches/vendor/u-hurd-libc.3.patch @@ -1,15 +1,16 @@ -https://github.com/rust-lang/libc/pull/3428 +From: Samuel Thibault <samuel.thibault@ens-lyon.org> +Date: Thu, 9 Nov 2023 03:34:21 +0100 +Subject: hurd: Complete C API interface This aligns it on what can be + found for linux. -commit c72c68c5d12e9307ee4b307384c620b0778c5240 -Author: Samuel Thibault <samuel.thibault@ens-lyon.org> -Date: Thu Nov 9 03:34:21 2023 +0100 - - hurd: Complete C API interface - - This aligns it on what can be found for linux. +--- + vendor/libc/src/unix/hurd/b32.rs | 2 + + vendor/libc/src/unix/hurd/b64.rs | 2 + + vendor/libc/src/unix/hurd/mod.rs | 1902 ++++++++++++++++++++++++++++++++------ + 3 files changed, 1647 insertions(+), 259 deletions(-) diff --git a/vendor/libc/src/unix/hurd/b32.rs b/vendor/libc/src/unix/hurd/b32.rs -index 7e83ed930..7e82a91d3 100644 +index 7e83ed93..7e82a91 100644 --- a/vendor/libc/src/unix/hurd/b32.rs +++ b/vendor/libc/src/unix/hurd/b32.rs @@ -25,6 +25,8 @@ pub type __ulong32_type = ::c_ulong; @@ -22,7 +23,7 @@ index 7e83ed930..7e82a91d3 100644 pub type Elf32_Word = u32; pub type Elf32_Off = u32; diff --git a/vendor/libc/src/unix/hurd/b64.rs b/vendor/libc/src/unix/hurd/b64.rs -index 3b171f104..e2e502af2 100644 +index 3b171f1..e2e502a 100644 --- a/vendor/libc/src/unix/hurd/b64.rs +++ b/vendor/libc/src/unix/hurd/b64.rs @@ -25,6 +25,8 @@ pub type __ulong32_type = ::c_uint; @@ -35,7 +36,7 @@ index 3b171f104..e2e502af2 100644 pub type Elf64_Word = u32; pub type Elf64_Off = u64; diff --git a/vendor/libc/src/unix/hurd/mod.rs b/vendor/libc/src/unix/hurd/mod.rs -index 05d75851d..75a272e4d 100644 +index 05d7585..75a272e 100644 --- a/vendor/libc/src/unix/hurd/mod.rs +++ b/vendor/libc/src/unix/hurd/mod.rs @@ -215,6 +215,10 @@ pub type tcp_ca_state = ::c_uint; |