summaryrefslogtreecommitdiff
path: root/src/systemd/_sd-common.h
Commit message (Collapse)AuthorAge
* Prep v236 : Add missing SPDX-License-Identifier (7/9) src/systemdSven Eden2018-03-26
|
* headers: check that __INCLUDE_LEVEL__ is defined before using it (#5575)Zbigniew Jędrzejewski-Szmek2017-07-25
| | | | | That macro is a gcc extension, and while widely supported, not ubiquitous. In particular the coverity scanner is having trouble with it.
* headers: use __inline__ instead of inlineZbigniew Jędrzejewski-Szmek2017-06-16
| | | | | | | | https://gcc.gnu.org/onlinedocs/gcc-5.3.0/gcc/Alternate-Keywords.html#Alternate-Keywords recommends __inline__ over inline in ANSI C compatible headers. Tested with gcc-5.3 and clang-3.7. https://bugzilla.redhat.com/show_bug.cgi?id=1316964
* Prep v229: Add missing fixes from upstream [6/6] src/systemdSven Eden2017-05-17
|
* src/systemd: fix grammar and spelling errors in commentsJason St. John2014-03-25
|
* include: make direct includion of _sd-common.h harderLennart Poettering2013-11-20
|
* bus: export utf8 validator calls as pure functionsLennart Poettering2013-11-12
|
* api: replace manual C++ guards by macrosLennart Poettering2013-11-07
|
* api: unify some common bits used by public systemd APIsLennart Poettering2013-10-16