]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: Rename XCALLOC() => xcalloc_T()
authorAlejandro Colomar <alx@kernel.org>
Sat, 15 Nov 2025 21:12:22 +0000 (22:12 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 6 Dec 2025 03:22:45 +0000 (21:22 -0600)
commite3c217ec9e60dc326cf6129bbea1ac07a97aeeba
treed9c49823624cb15961b5516f89f0cb639921682f
parentbc4e3712a68b20c93fa0023fa465b0c55eda27db
lib/: Rename XCALLOC() => xcalloc_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/calloc.h
lib/utmp.c