aboutsummaryrefslogtreecommitdiffstats
path: root/include/rin/compat.h
Commit message (Collapse)AuthorAgeFilesLines
* migrate to SPDX labels.Gravatar Gediminas Jakutis 2021-03-161-14/+2
| | | | | | | No longer using bulky text blocks to mark files as LGPL which for smaller files took up more lines than the actual code. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* meson: simplify build scripts, prune some options.Gravatar Gediminas Jakutis 2019-12-191-1/+0
| | | | | | | | Also inadvertently fixed a bug with defining _GNU_SOURCE at the wrong time, which could have possibly led to unexpected build failures down the line. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* fix copyright years everywhere.Gravatar Gediminas Jakutis 2019-10-031-1/+1
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* compat: move the gettid macro to compat.h.Gravatar Gediminas Jakutis 2019-10-031-0/+41
New header, meant for various compatibility definitions and such. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>