diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-06 15:23:13 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-06 15:23:13 +0100 |
commit | b4333340654113ce912cb0deb8856a87487cc428 (patch) | |
tree | 22fa5ac4759667cf9736bd0ab4c52585f2a50ca8 /ChangeLog | |
parent | b6d8a999cd490665c795ad316a49cc22bdde2fa4 (diff) | |
download | glibc-b4333340654113ce912cb0deb8856a87487cc428.tar.gz glibc-b4333340654113ce912cb0deb8856a87487cc428.tar.xz glibc-b4333340654113ce912cb0deb8856a87487cc428.zip |
x86: Remove unnecessary <stap-probe.h> include from lowlevellock.h
In the i386 case, it appears that the sole remaining LIBC_PROBE was removed in commit a9fe4c5aa8e53ee30f7d0a1c878391d5d6324e6e ("Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock-futex.h (bug 18138)."), when sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h was replaced with the generic version. For x86_64, the relevant change is commit 76f71081cd3fe355b9c18d1fc5e87643c788cfac ("Use generic lowlevellock-futex.h in x86_64 lowlevellock.h."), again by using the generic version of <lowlevellock-futex.h>. Tested on i386 and x86_64, with and without --enable-systemtap.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 605346afcd..f2444576f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-02-06 Florian Weimer <fweimer@redhat.com> + + * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Do not include + <stap-probe.h>. + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise. + 2019-02-06 Stefan Liebler <stli@linux.ibm.com> * libio/tst-bz24153.c (wide): Use wide char format specifier. |