From: Bruno Haible Date: Wed, 22 Dec 2021 18:15:54 +0000 (+0100) Subject: Fix recent ChangeLog entry. X-Git-Tag: v1.0~2499 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=069fdb201865f47e3aa768de5fa9a6758134a891;p=gnulib.git Fix recent ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index 2436a49133..6855df5b3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,9 +17,9 @@ * lib/get_ppid_of.c (proc_pidinfo): Declare with WEAK_IMPORT_ATTRIBUTE. (get_ppid_of): Test whether the symbol declared weak evaluates to non-NULL before invoking it. - * lib/get_progname_of (get_progname_of): Declare with + * lib/get_progname_of (proc_pidinfo): Declare with WEAK_IMPORT_ATTRIBUTE. - (get_ppid_of): Test whether the symbol declared weak evaluates to + (get_progname_of): Test whether the symbol declared weak evaluates to non-NULL before invoking it. 2021-12-21 Paul Eggert