Changeset fadd381 in mainline for uspace/libc/arch/amd64/include/atomic.h
- Timestamp:
- 2006-09-04T20:22:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2def788
- Parents:
- fd85ae5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/amd64/include/atomic.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 29 /** @addtogroup libcamd64 amd64 30 30 * @ingroup lc 31 31 * @brief amd64 architecture dependent parts of libc … … 35 35 */ 36 36 37 #ifndef __amd64_ATOMIC_H__38 #define __amd64_ATOMIC_H__37 #ifndef LIBC_amd64_ATOMIC_H_ 38 #define LIBC_amd64_ATOMIC_H_ 39 39 40 40 static inline void atomic_inc(atomic_t *val) { … … 77 77 #endif 78 78 79 80 /** @} 79 /** @} 81 80 */ 82 83
Note:
See TracChangeset
for help on using the changeset viewer.