Skip to content

Commit

Permalink
Remove empty #ifndef
Browse files Browse the repository at this point in the history
MFC after:	3 days
  • Loading branch information
mmatuska committed Jun 6, 2011
1 parent ecee337 commit 298a6c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sys/cddl/compat/opensolaris/sys/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 298a6c3

Please sign in to comment.