mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
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 commita9fe4c5aa8
("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 commit76f71081cd
("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.
This commit is contained in:
parent
b6d8a999cd
commit
b433334065
@ -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.
|
||||
|
@ -19,8 +19,6 @@
|
||||
#ifndef _LOWLEVELLOCK_H
|
||||
#define _LOWLEVELLOCK_H 1
|
||||
|
||||
#include <stap-probe.h>
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
# include <time.h>
|
||||
# include <sys/param.h>
|
||||
|
@ -19,8 +19,6 @@
|
||||
#ifndef _LOWLEVELLOCK_H
|
||||
#define _LOWLEVELLOCK_H 1
|
||||
|
||||
#include <stap-probe.h>
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
# include <time.h>
|
||||
# include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user