diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-11 15:40:55 +0000 | 
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-11 15:40:55 +0000 | 
| commit | 5d730fc3279001da96592940559bf7df00e6141d (patch) | |
| tree | c89468fda27f5c6ae415db7e7fc5dd2aee12d2e7 /libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S | |
| parent | c1fa421634208c18f91ec7c0e2c9fd8cefc30d27 (diff) | |
| download | uClibc-alpine-5d730fc3279001da96592940559bf7df00e6141d.tar.bz2 uClibc-alpine-5d730fc3279001da96592940559bf7df00e6141d.tar.xz  | |
Fix kernl-features.h include path.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S b/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S index 002af8590..61651fd97 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S @@ -20,7 +20,7 @@  #include <sysdep.h>  #define _ERRNO_H	1  #include <bits/errno.h> -#include <kernel-features.h> +#include <bits/kernel-features.h>  #include <tcb-offsets.h>  /* Clone the calling process, but without copying the whole address space.  | 
