From bd84babbcbc032f78eff91106fde34304b2765f9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 22 Dec 2025 16:09:35 -0800 Subject: [PATCH] Remove `getifaddrs` from the "not yet" category. `getifaddrs` is also in the `higher level" category, which appears to be the more appropriate. --- src/not_implemented.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/not_implemented.rs b/src/not_implemented.rs index e8b162a88..7220295b6 100644 --- a/src/not_implemented.rs +++ b/src/not_implemented.rs @@ -297,7 +297,6 @@ pub mod yet { not_implemented!(cachestat); not_implemented!(fanotify_init); not_implemented!(fanotify_mark); - not_implemented!(getifaddrs); not_implemented!(signalfd); not_implemented!(mount_setattr); not_implemented!(extattr_delete_fd);