diff options
Diffstat (limited to 'linuxthreads/sysdeps/hppa/pt-machine.h')
-rw-r--r-- | linuxthreads/sysdeps/hppa/pt-machine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/hppa/pt-machine.h b/linuxthreads/sysdeps/hppa/pt-machine.h index c8064b75fb..e6de0d8bcf 100644 --- a/linuxthreads/sysdeps/hppa/pt-machine.h +++ b/linuxthreads/sysdeps/hppa/pt-machine.h @@ -19,6 +19,9 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _PT_MACHINE_H +#define _PT_MACHINE_H 1 + #include <bits/initspin.h> #ifndef PT_EI @@ -55,3 +58,5 @@ testandset (int *spinlock) } #undef str #undef xstr + +#endif /* pt-machine.h */ |