diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/lowlevellock.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -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. diff --git a/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/sysdeps/unix/sysv/linux/i386/lowlevellock.h index 63d58aef00..aa8f4bfdf6 100644 --- a/sysdeps/unix/sysv/linux/i386/lowlevellock.h +++ b/sysdeps/unix/sysv/linux/i386/lowlevellock.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> diff --git a/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h index 563b297655..47d4eabd61 100644 --- a/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h +++ b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.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> |