X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fstring.h;h=0c64ace57dca303d8f3e6e447fc09cec03b931b0;hb=ff7f126077850f9a193b4e4369dbc35f0ce81b12;hp=8122b1cf5a9e80b1015de4df856337920580a175;hpb=0192d9f3a127c82b32131d26ed9b5fb5a90db723;p=libucw.git diff --git a/ucw/string.h b/ucw/string.h index 8122b1cf..0c64ace5 100644 --- a/ucw/string.h +++ b/ucw/string.h @@ -30,7 +30,7 @@ /* string.c */ #ifdef CONFIG_DARWIN -uns strnlen(const char *str, uns n); +uns strnlen(const char *str, uns n); // NOAPI #endif /**