Home
last modified time | relevance | path

Searched hist:dd5edb11b1baeb84dace48400c866ba234b22c16 (Results 1 – 1 of 1) sorted by relevance

/freebsd/include/
H A Dstdlib.hdiff dd5edb11b1baeb84dace48400c866ba234b22c16 Tue Jan 09 23:48:13 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Use the __result_use_check attribute also for reallocf(3).

The GCC attribute causes a warning to be emitted if a caller of the
function with this attribute does not use its return value. Unlike the
traditional realloc, with reallocf(3) we don't have to check for NULL
values but we still have to make sure the result is used.

MFC after: 3 days