diff options
| author | Austin Foxley <austinf@cetoncorp.com> | 2009-09-22 15:13:17 -0700 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-22 15:13:17 -0700 |
| commit | b10ae3e1a7c105609771b0de911ff9e72a4cc0d1 (patch) | |
| tree | 714bff4be539f60d1467d4b2a4373fa9e7d940f8 /libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h | |
| parent | 51468f1123252fbc9f1cbb244160cf7d95d01334 (diff) | |
| download | uClibc-alpine-b10ae3e1a7c105609771b0de911ff9e72a4cc0d1.tar.bz2 uClibc-alpine-b10ae3e1a7c105609771b0de911ff9e72a4cc0d1.tar.xz | |
spent this morning beating i386 nptl into shape
Got it compiling thus far, still working on getting it to run
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h index 147f5c847..f32c5bd20 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h @@ -20,7 +20,7 @@ #include <sysdep.h> #include <tls.h> #ifndef __ASSEMBLER__ -# include <nptl/pthreadP.h> +# include <pthreadP.h> #endif #if !defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt |
