mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
59f448cf15f94bc5ebfd5b254de6f2441d02fbec
off_t is a really weird type as it is usually 64bit these days (at least in sane programs), but could theoretically be 32bit. We don't support off_t as 32bit builds though, but still constantly deal with safely converting from off_t to other types and back for no point. Hence, never use the type anymore. Always use uint64_t instead. This has various benefits, including that we can expose these values directly as D-Bus properties, and also that the values parse the same in all cases.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
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%