OSDN Git Service

Move kernel-features.h header from the linuxthread directory
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 11 Dec 2008 14:45:14 +0000 (14:45 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 11 Dec 2008 14:45:14 +0000 (14:45 -0000)
commit0f0f20abd295592740a1e764abb976e0db337d86
tree26dc4dfffb4867f2453b1dd3837e171dd0b9f62d
parent6ff6eb1350c00bde1e64eeabd676e477402d5b9c
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 <carmelo.amoroso@st.com>
12 files changed:
libc/sysdeps/linux/common/bits/kernel-features.h [moved from libpthread/linuxthreads/sysdeps/pthread/kernel-features.h with 100% similarity]
libc/sysdeps/linux/common/getdents.c
libpthread/linuxthreads/restart.h
libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h
libpthread/linuxthreads/sysdeps/i386/pspinlock.c
libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c
libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c