Changeset 04803bf in mainline for uspace/lib/c/include/atomic.h
- Timestamp:
- 2011-03-21T22:00:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/atomic.h
rb50b5af2 r04803bf 1 1 /* 2 * Copyright (c) 200 5Jakub Jermar2 * Copyright (c) 2009 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup ia3229 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ia32_ARG_H_36 #define KERN_ia32_ARG_H_35 #ifndef LIBC_ATOMIC_H_ 36 #define LIBC_ATOMIC_H_ 37 37 38 #include < stackarg.h>38 #include <libarch/atomic.h> 39 39 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.