[PATCH v2] Break out ldconfig parser

Andreas Schwab schwab@suse.de
Tue Mar 3 15:07:44 GMT 2026


On Feb 26 2026, DJ Delorie wrote:

> diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h
> index 5913bf40fc..5a2a0f1d8d 100644
> --- a/sysdeps/generic/ldconfig.h
> +++ b/sysdeps/generic/ldconfig.h
> @@ -111,6 +111,13 @@ enum opt_format
>  
>  extern enum opt_format opt_format;
>  
> +/* Declared in ldconfig-parse.c */
> +typedef void (ldconfig_parse_config_cb) (const char *line,

The parens are redundant.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


More information about the Libc-alpha mailing list