mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
66e405837bf250f50472c886f9c7452634ca3776
Replace this:
close(fd);
fd = -1;
write this:
fd = safe_close(fd);
…
systemd - System and Service Manager
Details
- General information about systemd can be found in the systemd Wiki
- Information about build requirements are provided in the README file
Description
Languages
C
89%
Python
5.1%
Shell
4.5%
Meson
1.2%