Skip to content

Commit 0993b3d

Browse files
authored
Remove getifaddrs from the "not yet" category. (#1562)
`getifaddrs` is also in the `higher level" category, which appears to be the more appropriate.
1 parent 29408ea commit 0993b3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/not_implemented.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ pub mod yet {
297297
not_implemented!(cachestat);
298298
not_implemented!(fanotify_init);
299299
not_implemented!(fanotify_mark);
300-
not_implemented!(getifaddrs);
301300
not_implemented!(signalfd);
302301
not_implemented!(mount_setattr);
303302
not_implemented!(extattr_delete_fd);

0 commit comments

Comments
 (0)