header: add utmpx.h, linux/kd.h, linux/vt.h, X11/Xauth.h

This commit is contained in:
Red Bear OS
2026-07-26 06:52:39 +09:00
parent 27397a8ca1
commit e8cee8b85c
5 changed files with 284 additions and 0 deletions
+4
View File
@@ -95,6 +95,8 @@ pub mod endian;
pub mod err;
pub mod errno;
pub mod fcntl;
pub mod linux_kd;
pub mod linux_vt;
pub mod float;
pub mod fmtmsg;
pub mod fnmatch;
@@ -156,6 +158,7 @@ pub mod strings;
pub mod sys_auxv;
pub mod sys_epoll;
pub mod sys_eventfd;
pub mod utmpx;
pub mod sys_file;
pub mod sys_ioctl;
pub mod sys_ipc;
@@ -211,3 +214,4 @@ pub mod wchar;
pub mod wctype;
// TODO: wordexp.h
// TODO: xti.h (deprecated)
pub mod X11_Xauth;