mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 08:45:49 +00:00
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>
This commit is contained in:
committed by
Pavel Emelyanov
parent
f4e40ef7e2
commit
b4266c7e67
@@ -10,4 +10,8 @@
|
||||
extern size_t strlcpy(char *dest, const char *src, size_t size);
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_HAS_STRLCAT
|
||||
extern size_t strlcat(char *dest, const char *src, size_t count);
|
||||
#endif
|
||||
|
||||
#endif /* __CR_STRING_H__ */
|
||||
|
Reference in New Issue
Block a user