diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2005-04-07 22:04:49 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2005-04-07 22:04:49 +0000 |
| commit | 2204e78f5e9ff885fcc35462fa41cb1e81c2e7f6 (patch) | |
| tree | 5d991b7c1334ff343891143b6b9c2d335534a255 /libexec/rtld-elf | |
| parent | ebc58b7dbc9e2f6a2fd9ea2042653395b30ebcce (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf')
| -rw-r--r-- | libexec/rtld-elf/arm/rtld_machdep.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libexec/rtld-elf/arm/rtld_machdep.h b/libexec/rtld-elf/arm/rtld_machdep.h index 8244e495ed5c..dd046a9d5ae8 100644 --- a/libexec/rtld-elf/arm/rtld_machdep.h +++ b/libexec/rtld-elf/arm/rtld_machdep.h @@ -71,16 +71,4 @@ void _rtld_bind_start(void); extern void *__tls_get_addr(tls_index *ti); -#ifndef ARM_HAS_ATOMIC_CMPSET_32 -static __inline u_int32_t -atomic_cmpset_32(volatile u_int32_t *p, u_int32_t cmpval, u_int32_t newval) -{ - - if (*p == cmpval) { - *p = newval; - return (1); - } - return (0); -} -#endif #endif |
