oslib: make str* compat functions more uniform
[fio.git] / oslib / strlcat.h
index 720034fe72d5dbf8411ec6edc7d69e98853f0834..f76639276f8d757837341ec2f60bcf4e55f992af 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef CONFIG_STRLCAT
+
 #ifndef FIO_STRLCAT_H
 #define FIO_STRLCAT_H
 
@@ -6,3 +8,5 @@
 size_t strlcat(char *dst, const char *src, size_t size);
 
 #endif
+
+#endif