ELF loader support for auxvec base platform string
[deliverable/linux.git] / include / linux / parser.h
index 86676f6009925454fb15147e43c2c56981723591..cc554ca8bc7836401807ec1359a13f44f679c908 100644 (file)
@@ -29,5 +29,5 @@ int match_token(char *, match_table_t table, substring_t args[]);
 int match_int(substring_t *, int *result);
 int match_octal(substring_t *, int *result);
 int match_hex(substring_t *, int *result);
-void match_strcpy(char *, const substring_t *);
+size_t match_strlcpy(char *, const substring_t *, size_t);
 char *match_strdup(const substring_t *);
This page took 0.039962 seconds and 5 git commands to generate.