]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86: Remove unnecessary <stap-probe.h> include from lowlevellock.h
authorFlorian Weimer <fweimer@redhat.com>
Wed, 6 Feb 2019 14:23:13 +0000 (15:23 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 6 Feb 2019 14:23:13 +0000 (15:23 +0100)
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.

ChangeLog
sysdeps/unix/sysv/linux/i386/lowlevellock.h
sysdeps/unix/sysv/linux/x86_64/lowlevellock.h

index 605346afcdca4407dbb4941b89466de93f66e3c4..f2444576f2119c3c7dc6e6e20c22720e12d2779e 100644 (file)
--- 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.
index 63d58aef00cbfd36c31cd50177a4e5b2b2696a8f..aa8f4bfdf6017940d42e3c6fc9b190855eaa8531 100644 (file)
@@ -19,8 +19,6 @@
 #ifndef _LOWLEVELLOCK_H
 #define _LOWLEVELLOCK_H        1
 
-#include <stap-probe.h>
-
 #ifndef __ASSEMBLER__
 # include <time.h>
 # include <sys/param.h>
index 563b297655d6461d1b0766dfde6ad0ad043952d1..47d4eabd617c4d1cab816b6bf724e4f10946755a 100644 (file)
@@ -19,8 +19,6 @@
 #ifndef _LOWLEVELLOCK_H
 #define _LOWLEVELLOCK_H        1
 
-#include <stap-probe.h>
-
 #ifndef __ASSEMBLER__
 # include <time.h>
 # include <sys/param.h>