diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-08 05:02:08 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-08 05:02:08 +0000 |
commit | 99aa495ff35864383680f9773b3cb44040acca08 (patch) | |
tree | b56aebc8e61c8323f75a205df7c902374597132a /libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h | |
parent | a25d5bd4971bb460bd87c684d066fd58359faf32 (diff) | |
download | uClibc-alpine-99aa495ff35864383680f9773b3cb44040acca08.tar.bz2 uClibc-alpine-99aa495ff35864383680f9773b3cb44040acca08.tar.xz |
NPTL changes for signal handling, getpid, sleep, raise and a few things
for new librt code. Also cleaned up the makefiles.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h index 02508e215..5fee89235 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h @@ -17,10 +17,9 @@ 02111-1307 USA. */ #include <sysdep.h> -#include <sysdeps/generic/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 |