austinf 00ebae02f6 fix compilation of linuxthreads for sparc
add myself to MAINTAINERS for sparc
2009-03-18 23:05:54 +00:00

11 lines
176 B
C

#ifndef SPARC_SYSDEP_CANCEL_H
#define SPARC_SYSDEP_CANCEL_H
#if defined(__arch64__)
#include <sparc64/sysdep-cancel.h>
#else
#include <sparc32/sysdep-cancel.h>
#endif
#endif