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/powerpc | |
parent | c4b4e079e3d3f6d1eb66576d3d6188332eb6619b (diff) | |
download | glibc-3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b.zip glibc-3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b.tar.gz glibc-3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b.tar.bz2 |
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/powerpc')
-rw-r--r-- | linuxthreads/sysdeps/powerpc/pt-machine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/powerpc/pt-machine.h b/linuxthreads/sysdeps/powerpc/pt-machine.h index bac2491..f278ac2 100644 --- a/linuxthreads/sysdeps/powerpc/pt-machine.h +++ b/linuxthreads/sysdeps/powerpc/pt-machine.h @@ -21,6 +21,9 @@ /* These routines are from Appendix G of the 'PowerPC 601 RISC Microprocessor User's Manual', by IBM and Motorola. */ +#ifndef _PT_MACHINE_H +#define _PT_MACHINE_H 1 + #ifndef PT_EI # define PT_EI extern inline #endif @@ -86,3 +89,5 @@ __compare_and_swap_with_release_semantics (long int *p, : "cr0", "memory"); return ret == 0; } + +#endif /* pt-machine.h */ |