diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5c2e6ee0f..f96be8fdd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,16 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2019-08-04 + + + [bdubbs] - Fix a problem introduced by linux-5.2 by + adding an include file to a glibc header. + + + + 2019-08-03 diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 93d83f80f..9af4e6335 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -60,12 +60,12 @@ Fix a minor security issue with glob functions: patch -Np1 -i ../&glibc-glob-patch; ---> + Fix a problem introduced with the linux-5.2 kernel: + +sed -i '/asm.socket.h/a# include <linux/sockios.h>' \ + sysdeps/unix/sysv/linux/bits/socket.h + Create a symlink for LSB compliance. Additionally, for x86_64, create a compatibility symlink required for the dynamic loader to function correctly: diff --git a/general.ent b/general.ent index ae7cfb48c..7caf3818a 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -7,7 +7,7 @@ - +