No need for result_use_check attribute in reallocf(3).

This commit is contained in:
Pedro F. Giffuni 2015-05-01 20:40:48 +00:00
parent fc0219a1e7
commit d0e9981e39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282322

View file

@ -305,7 +305,7 @@ int radixsort(const unsigned char **, int, const unsigned char *,
unsigned);
void *reallocarray(void *, size_t, size_t) __result_use_check __alloc_size(2)
__alloc_size(3);
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
void *reallocf(void *, size_t) __alloc_size(2);
int rpmatch(const char *);
void setprogname(const char *);
int sradixsort(const unsigned char **, int, const unsigned char *,