]> git.ipfire.org Git - thirdparty/glibc.git/commit
libio: Use NULL instead of 0 as a null pointer constant
authorAlejandro Colomar <alx@kernel.org>
Mon, 16 Dec 2024 23:22:19 +0000 (00:22 +0100)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 17 Dec 2024 11:37:24 +0000 (06:37 -0500)
commitbd0ea9ff7e8d5f7d54112dfa96d541c3c60e36ae
treeebe1cbf41da5b79531f5e00dc2ce2eb36ec0bc4c
parent87cd94bba4091d22e24116298ade33b712ada235
libio: Use NULL instead of 0 as a null pointer constant

This was missed in a recent global change.

Fixes: 53fcdf5f743a (2024-11-25, "Silence most -Wzero-as-null-pointer-constant diagnostics")
Reported-by: "Maciej W. Rozycki" <macro@redhat.com>
Cc: Siddhesh Poyarekar <siddhesh@sourceware.org>
Cc: Bruno Haible <bruno@clisp.org>
Cc: Martin Uecker <uecker@tugraz.at>
Cc: Xi Ruoyao <xry111@xry111.site>
Cc: Florian Weimer <fweimer@redhat.com>
Cc: Joseph Myers <josmyers@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Reviewed-by: Maciej W. Rozycki <macro@redhat.com>
libio/libioP.h