From 86f0f2009c65b3d776792a5008f4964225f744c4 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 11 Feb 2026 13:05:58 -0600 Subject: [PATCH] changelog: Note that the Redox `dev_t` change is breaking Link: https://github.com/rust-lang/libc/pull/4928 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbbdb845538..57162ff28db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [0.2.181](https://github.com/rust-lang/libc/compare/0.2.180...0.2.181) - 2026-02-09 ### Added + - Apple: Add `MADV_ZERO` ([#4924](https://github.com/rust-lang/libc/pull/4924)) - Redox: Add `makedev`, `major`, and `minor` ([#4928](https://github.com/rust-lang/libc/pull/4928)) - GLibc: Add `PTRACE_SET_SYSCALL_INFO` ([#4933](https://github.com/rust-lang/libc/pull/4933)) @@ -15,6 +16,7 @@ ### Fixed +- **breaking**: Redox: Fix the type of dev_t ([#4928](https://github.com/rust-lang/libc/pull/4928)) - AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' ([#4931](https://github.com/rust-lang/libc/pull/4931)) - AIX: Use 'struct st_timespec' in 'struct stat{,64}' ([#4931](https://github.com/rust-lang/libc/pull/4931)) - Glibc: Link old version of `tc{g,s}etattr` ([#4938](https://github.com/rust-lang/libc/pull/4938)) @@ -22,7 +24,6 @@ - OpenBSD: Fix constness of tm.tm_zone ([#4948](https://github.com/rust-lang/libc/pull/4948)) - OpenBSD: Fix the definition of `ptrace_thread_state` ([#4947](https://github.com/rust-lang/libc/pull/4947)) - QuRT: Fix type visibility and defs ([#4932](https://github.com/rust-lang/libc/pull/4932)) -- Redox: Fix dev_t ([#4928](https://github.com/rust-lang/libc/pull/4928)) - Redox: Fix values for `PTHREAD_MUTEX_{NORMAL, RECURSIVE}` ([#4943](https://github.com/rust-lang/libc/pull/4943)) - Various: Mark additional fields as private padding ([#4922](https://github.com/rust-lang/libc/pull/4922))