From df7616fb00d339ba6244caada77e24c9950aa624 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 11 Jun 2025 13:30:26 +0100 Subject: [PATCH] docs: Remove mention of glibc as a dependency We removed the final uses of custom printf formatters in commit 0b3c6cc0c0 ("daemon: Remove remaining uses of custom printf %Q and %R", 2022). Updates: commit 0b3c6cc0c03f8e331313d2b41a2d1e3580ef8371 --- docs/guestfs-building.pod | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index ddca9dfe3..0940e011f 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -88,11 +88,6 @@ C, C, C, C. I. For alternatives, see L below. -=item glibc - -I. We use the custom printf formatters extension of -glibc (see L). - =item XDR (tirpc, glibc or other) I. We use the XDR implementation from