X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=oslib%2Fstrlcat.h;h=f76639276f8d757837341ec2f60bcf4e55f992af;hp=720034fe72d5dbf8411ec6edc7d69e98853f0834;hb=5d413e0897fee7c2bf10d9ecc0860d3b399d66d5;hpb=8393ca93334319f066ce6abb44d0f4b4921abbe1 diff --git a/oslib/strlcat.h b/oslib/strlcat.h index 720034fe..f7663927 100644 --- a/oslib/strlcat.h +++ b/oslib/strlcat.h @@ -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