mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Remove empty #ifndef
MFC after: 3 days
This commit is contained in:
parent
ecee337a8c
commit
298a6c3de6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222757
@ -40,8 +40,6 @@
|
||||
extern void atomic_add_64(volatile uint64_t *target, int64_t delta);
|
||||
extern void atomic_dec_64(volatile uint64_t *target);
|
||||
#endif
|
||||
#ifndef __LP64__
|
||||
#endif
|
||||
#ifndef __sparc64__
|
||||
extern uint32_t atomic_cas_32(volatile uint32_t *target, uint32_t cmp,
|
||||
uint32_t newval);
|
||||
|
Loading…
Reference in New Issue
Block a user