From 0f0f20abd295592740a1e764abb976e0db337d86 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 11 Dec 2008 14:45:14 +0000 Subject: Move kernel-features.h header from the linuxthread directory to a common one (libc/sysdeps/linux/common/bits) so that any function can access to supported kernel feature (i.e. getdents). Signed-off-by: Carmelo Amoroso --- libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S | 2 +- libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S | 2 +- .../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S | 2 +- .../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S | 2 +- libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux') diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S index c7a120d23..78eeabf53 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S @@ -20,7 +20,7 @@ #include #define _ERRNO_H 1 #include -#include +#include /* Clone the calling process, but without copying the whole address space. The calling process is suspended until the new process exits or is diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S index 49b8a3c0a..9f304abbe 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S @@ -20,7 +20,7 @@ #include #define _ERRNO_H 1 #include -#include +#include /* Clone the calling process, but without copying the whole address space. The calling process is suspended until the new process exits or is diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S index 724d4cc54..353c7d07f 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S @@ -19,7 +19,7 @@ #include #define _ERRNO_H 1 #include -#include +#include /* Clone the calling process, but without copying the whole address space. The calling process is suspended until the new process exits or is diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S index b408e31b7..7a3cb82c1 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S @@ -19,7 +19,7 @@ #include #define _ERRNO_H 1 #include -#include +#include /* Clone the calling process, but without copying the whole address space. The calling process is suspended until the new process exits or is diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c index 7c9fe36e2..613980593 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c @@ -24,7 +24,7 @@ #include #include -#include +#include void __pthread_sigsuspend (const sigset_t *set) -- cgit v1.2.3