Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2013-11-29 13:34:28 +0400
committerPavel Emelyanov <xemul@parallels.com>2013-11-29 15:36:07 +0400
commitb4266c7e679e61c06fbb0e7a55a370ddda3d03d7 (patch)
tree6c75556f55bbcdd73f872a90283f791e5401e861 /Makefile.config
parentf4e40ef7e20678a53b139b0367e2f0be2f8f3424 (diff)
string: Add strlcat helper
We will need it for btrfs subvolumes handling. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index f376da154..4c074a78a 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -16,6 +16,9 @@ endif
ifeq ($(call try-cc,$(STRLCPY_TEST),,),y)
$(Q) @echo '#define CONFIG_HAS_STRLCPY' >> $@
endif
+ifeq ($(call try-cc,$(STRLCAT_TEST),,),y)
+ $(Q) @echo '#define CONFIG_HAS_STRLCAT' >> $@
+endif
$(Q) @echo '#endif /* __CR_CONFIG_H__ */' >> $@
config: $(CONFIG)