1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/device_mapper
Zdenek Kabelac 8fad471c6e headers: use configure.h as 1st. header
Ensure configure.h is always 1st. included header.
Maybe we could eventually introduce gcc -include option, but for now
this better uses dependency tracking.

Also move _REENTRANT and _GNU_SOURCE into configure.h so it
doesn't need to be present in various source files.
This ensures consistent compilation of headers like stdio.h since
it may produce different declaration.

(cherry picked from commit 0b19387dae)

Conflicts:
	include/configure.h.in
2018-12-17 16:10:56 +01:00
..
datastruct device_mapper: move hash.[hc] to base/data-struct 2018-06-08 13:54:19 +01:00
ioctl headers: use configure.h as 1st. header 2018-12-17 16:10:56 +01:00
misc headers: use configure.h as 1st. header 2018-12-17 16:10:56 +01:00
mm device_mapper: optimize dm_pool_strndup 2018-12-04 14:33:38 -06:00
regex build: get separate builddir working again 2018-06-04 13:22:14 +01:00
vdo device_mapper: fix incorrect dm_strncpy usage 2018-12-04 14:33:38 -06:00
all.h headers: use configure.h as 1st. header 2018-12-17 16:10:56 +01:00
libdm-common.c cleanup: move cast to det_t into MKDEV macro 2018-12-04 14:33:36 -06:00
libdm-common.h device_mapper: rename libdevmapper.h -> all.h 2018-06-08 12:31:45 +01:00
libdm-config.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
libdm-deptree.c devicemapper: retry mirror leg deactivation 2018-12-04 14:33:36 -06:00
libdm-file.c cov: mark warning as expected one 2018-12-04 14:33:36 -06:00
libdm-report.c cov: ensure vars are set 2018-10-15 17:49:44 +02:00
libdm-string.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
libdm-targets.c device-mapper: Fork libdm internally. 2018-05-16 13:00:50 +01:00
libdm-timestamp.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
Makefile makefiles: improving cleaning rules 2018-12-04 14:33:37 -06:00