Restore type checking in calc_thread_status()
[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
199710f5 8size_t strlcat(char *dst, const char *src, size_t dsize);
5ad7be56
KD
9
10#endif
5d413e08
SW
11
12#endif