]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: Rename XREALLOC() => xrealloc_T()
authorAlejandro Colomar <alx@kernel.org>
Sat, 15 Nov 2025 20:58:10 +0000 (21:58 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 6 Dec 2025 03:22:45 +0000 (21:22 -0600)
commit01a0aac628efe0765e2e775615f6452244842017
tree8b3d5597a2a803ac54a9f1cc5a695a4ff0f12b2e
parente010eb2d4e3c7ad550e570c5bfb2fcf59f0a4440
lib/: Rename XREALLOC() => xrealloc_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/env.c
lib/xgetXXbyYY.c
src/newgrp.c