blob: 2f41848ec2d54f5f821050a444239a6d60cb19c5 [file] [log] [blame]
#ifndef CONFIG_HAVE_STRNDUP
#ifndef FIO_STRNDUP_LIB_H
#define FIO_STRNDUP_LIB_H
#include <stddef.h>
char *strndup(const char *s, size_t n);
#endif
#endif