mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
update TODO
This commit is contained in:
parent
628c89cc68
commit
ddb64d8270
@ -208,3 +208,7 @@
|
|||||||
is needed. Everytime you need that please immediately undefine
|
is needed. Everytime you need that please immediately undefine
|
||||||
basename(), and add a comment about it, so that no code ever ends up
|
basename(), and add a comment about it, so that no code ever ends up
|
||||||
using the XDG version!
|
using the XDG version!
|
||||||
|
|
||||||
|
- Use the bool type for booleans, not integers. One exception: in public
|
||||||
|
headers (i.e those in src/systemd/sd-*.h) use integers after all, as "bool"
|
||||||
|
is C99 and in our public APIs we try to stick to C89 (with a few extension).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user