]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: Rename REALLOC() => realloc_T()
authorAlejandro Colomar <alx@kernel.org>
Sat, 15 Nov 2025 20:56:34 +0000 (21:56 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 6 Dec 2025 03:22:45 +0000 (21:22 -0600)
commite010eb2d4e3c7ad550e570c5bfb2fcf59f0a4440
tree911f87e52baa0093e65f64d37d6a64069ad8e1a0
parent3de69c9668a77df1a27d3e9abf01396b65c0f2c2
lib/: Rename REALLOC() => realloc_T()

The 'T' in the name notes that this API is a type-safe variant of the
API it wraps.  This makes the names more explicative.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/alloc/realloc.h
lib/subordinateio.c