Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syslog-ng: fix build on m68k with uclibc | Fabrice Fontaine | 2019-01-15 | 1 | -0/+51 |
uclibc on m68k defines pthread_spinlock_t but does not define pthread_spin_trylock so check for this function before using it Fixes: - http://autobuild.buildroot.org/results/0a6de11c030a4f39e402917809fc6d33fb463d1b Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |