From 024800c5eaa3c27db28d73f7ac6b7a1c23523f00 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 19 Mar 2009 18:00:28 +0000 Subject: Merged revisions 25744 via svnmerge from svn+ssh://kraj@svn.uclibc.org/svn/trunk/uClibc ........ r25744 | austinf | 2009-03-18 16:05:54 -0700 (Wed, 18 Mar 2009) | 3 lines fix compilation of linuxthreads for sparc add myself to MAINTAINERS for sparc ........ --- .../linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h') diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h new file mode 100644 index 000000000..fa656b34e --- /dev/null +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h @@ -0,0 +1,10 @@ +#ifndef SPARC_SYSDEP_CANCEL_H +#define SPARC_SYSDEP_CANCEL_H + +#if defined(__arch64__) +#include +#else +#include +#endif + +#endif -- cgit v1.2.3