diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-07-02 11:29:24 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-07-02 11:31:13 +0800 |
commit | b5a316b0602add49619f86c47934848b156ac8b2 (patch) | |
tree | 44ad1b5f1e57da3c32f533101537a88ac7135506 /chapter08/texinfo.xml | |
parent | 4172b2128ad696483a5bbff83ebda4e8701f22c8 (diff) |
texinfo: remove unneeded sed
It works out of box with glibc-2.35. I think this issue is already
fixed at glibc side, by the commit:
commit 0b5ca7c3e551e5502f3be3b06453324fe8604e82
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue Sep 21 07:47:45 2021 -0700
regex: copy back from Gnulib
Copy regex-related files back from Gnulib, to fix a problem with
static checking of regex calls noted by Martin Sebor. This merges the
following changes:
* New macro __attribute_nonnull__ in misc/sys/cdefs.h, for use later
when copying other files back from Gnulib.
... ... (unrelated things trimmed)
Diffstat (limited to 'chapter08/texinfo.xml')
-rw-r--r-- | chapter08/texinfo.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter08/texinfo.xml b/chapter08/texinfo.xml index 42e81feae..5eebeb0e3 100644 --- a/chapter08/texinfo.xml +++ b/chapter08/texinfo.xml @@ -62,11 +62,6 @@ </variablelist> --> - <para>Again, fix an issue building the package with Glibc-2.34 or later:</para> - -<screen><userinput remap="pre">sed -e 's/__attribute_nonnull__/__nonnull/' \ - -i gnulib/lib/malloc/dynarray-skeleton.c</userinput></screen> - <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |