sysklogd/lib
Joachim Wiberg 93117e5801 Define _GNU_SOURCE, required for O_CLOEXEC on uClibc
When building sysklogd on a uClibc system we must define _GNU_SOURCE to
get O_CLOEXEC.

Since _GNU_SOURCE is also required for asprintf() with GLIBC, as used by
the pidfile() replacement function, we drop it from there and rely on
AM_CPPFLAGS for all sources.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2020-08-30 11:43:53 +02:00
..
.gitignore Make sure libsyslog.la, incl. strlcpy.o, is built with -fPIC 2019-11-03 15:55:25 +01:00
pidfile.c Define _GNU_SOURCE, required for O_CLOEXEC on uClibc 2020-08-30 11:43:53 +02:00
strlcat.c Simplify handling of replacement functions; strlcpy() & C:o 2020-01-19 09:08:48 +01:00
strlcpy.c Simplify handling of replacement functions; strlcpy() & C:o 2020-01-19 09:08:48 +01:00
utimensat.c Simplify handling of replacement functions; strlcpy() & C:o 2020-01-19 09:08:48 +01:00