diff options
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/get_clockfreq.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/get_clockfreq.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/spawni.c | 2 |
5 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/get_clockfreq.c b/sysdeps/unix/sysv/linux/i386/get_clockfreq.c index bee3fe84e5..88e14b5f04 100644 --- a/sysdeps/unix/sysv/linux/i386/get_clockfreq.c +++ b/sysdeps/unix/sysv/linux/i386/get_clockfreq.c @@ -20,8 +20,6 @@ #include <fcntl.h> #include <string.h> #include <unistd.h> -#include <libc-internal.h> - hp_timing_t __get_clockfreq (void) diff --git a/sysdeps/unix/sysv/linux/ia64/get_clockfreq.c b/sysdeps/unix/sysv/linux/ia64/get_clockfreq.c index 5dd9c01261..603c7d516e 100644 --- a/sysdeps/unix/sysv/linux/ia64/get_clockfreq.c +++ b/sysdeps/unix/sysv/linux/ia64/get_clockfreq.c @@ -20,7 +20,6 @@ #include <fcntl.h> #include <string.h> #include <unistd.h> -#include <libc-internal.h> hp_timing_t diff --git a/sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c b/sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c index ad1622d601..b8d01d8ca6 100644 --- a/sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c +++ b/sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c @@ -21,7 +21,6 @@ #include <stdint.h> #include <string.h> #include <unistd.h> -#include <libc-internal.h> #include <sysdep.h> #include <libc-vdso.h> #include <not-cancel.h> diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c b/sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c index dc9ba695bb..a0349790dc 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c @@ -24,7 +24,6 @@ #include <stdlib.h> #include <inttypes.h> #include <sys/ioctl.h> -#include <libc-internal.h> #include <asm/openpromio.h> static hp_timing_t diff --git a/sysdeps/unix/sysv/linux/spawni.c b/sysdeps/unix/sysv/linux/spawni.c index 2daf0c5ef0..24f75dbd9c 100644 --- a/sysdeps/unix/sysv/linux/spawni.c +++ b/sysdeps/unix/sysv/linux/spawni.c @@ -30,8 +30,8 @@ #include <shlib-compat.h> #include <nptl/pthreadP.h> #include <dl-sysdep.h> +#include <libc-pointer-arith.h> #include <ldsodefs.h> -#include <libc-internal.h> #include "spawn_int.h" /* The Linux implementation of posix_spawn{p} uses the clone syscall directly |