mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
fdd8feb60e
We can't assume that strerror_r returns char* just because _GNU_SOURCE is defined. We already call the appropriate autoconf test, so let's use its result (STRERROR_R_CHAR_P). Note that in configure, _GNU_SOURCE is always set, but we add a defined guard just in case for futureproofing. Bug: https://bugs.gentoo.org/869404 |
||
---|---|---|
.. | ||
.gitignore | ||
lvmpolld-cmd-utils.c | ||
lvmpolld-cmd-utils.h | ||
lvmpolld-common.h | ||
lvmpolld-core.c | ||
lvmpolld-data-utils.c | ||
lvmpolld-data-utils.h | ||
lvmpolld-protocol.h | ||
Makefile.in | ||
polling_ops.h |