zbd: Fix incorrect comments
[fio.git] / oslib / strlcat.h
CommitLineData
5d413e08
SW
1#ifndef CONFIG_STRLCAT
2
5ad7be56 3#ifndef FIO_STRLCAT_H
4d400e92 4#define FIO_STRLCAT_H
5ad7be56 5
3d2d14bc
SW
6#include <stddef.h>
7
5ad7be56
KD
8size_t strlcat(char *dst, const char *src, size_t size);
9
10#endif
5d413e08
SW
11
12#endif