Implement syslog functionality

This commit is contained in:
Bendeguz Pisch
2025-07-18 04:49:51 +00:00
committed by Jeremy Soller
parent f6528d27dd
commit 4fc80ea7b0
8 changed files with 251 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ pub mod sys_un;
pub mod sys_utsname;
pub mod sys_wait;
// TODO: syslog.h
pub mod syslog;
pub mod tar;
// TODO: term.h (deprecated)
pub mod termios;