diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-06 04:05:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-06 04:05:41 +0000 |
commit | 3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b (patch) | |
tree | 6a62340289c8ee0b53b8f6ddf328cbeb7a238185 /linuxthreads/sysdeps/arm | |
parent | c4b4e079e3d3f6d1eb66576d3d6188332eb6619b (diff) | |
download | glibc-3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b.tar.gz glibc-3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b.tar.xz glibc-3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b.zip |
Update.
2002-04-05 Ulrich Drepper <drepper@redhat.com> * timezone/zic.c: Update from tzcode2002c. * timezone/asia: Update from tzdata2002c. * timezone/backward: Likewise. * timezone/europe: Likewise. * timezone/northamerica: Likewise. * timezone/northamerica: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise.
Diffstat (limited to 'linuxthreads/sysdeps/arm')
-rw-r--r-- | linuxthreads/sysdeps/arm/pt-machine.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/arm/pt-machine.h b/linuxthreads/sysdeps/arm/pt-machine.h index cab724a668..11127eac1a 100644 --- a/linuxthreads/sysdeps/arm/pt-machine.h +++ b/linuxthreads/sysdeps/arm/pt-machine.h @@ -19,6 +19,8 @@ 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 #ifndef PT_EI # define PT_EI extern inline @@ -49,3 +51,5 @@ testandset (int *spinlock) of the stack, just something somewhere in the current frame. */ #define CURRENT_STACK_FRAME stack_pointer register char * stack_pointer __asm__ ("sp"); + +#endif /* pt-machine.h */ |