Changeset e209fc96 in mainline for libc/arch/ia64
- Timestamp:
- 2006-06-07T20:56:49Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 846848a6
- Parents:
- b3d1e11
- Location:
- libc/arch/ia64
- Files:
-
- 9 edited
-
include/atomic.h (modified) (2 diffs)
-
include/endian.h (modified) (2 diffs)
-
include/limits.h (modified) (2 diffs)
-
include/psthread.h (modified) (2 diffs)
-
include/stack.h (modified) (2 diffs)
-
include/stackarg.h (modified) (2 diffs)
-
include/thread.h (modified) (2 diffs)
-
include/types.h (modified) (2 diffs)
-
src/thread.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia64/include/atomic.h
rb3d1e11 re209fc96 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 56 62 57 63 #endif 64 65 /** @} 66 */ 67 -
libc/arch/ia64/include/endian.h
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_ENDIAN_H__ 30 36 #define __ia64_ENDIAN_H__ … … 39 45 40 46 47 48 /** @} 49 */ 50 -
libc/arch/ia64/include/limits.h
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64__LIMITS_H__ 30 36 #define __ia64__LIMITS_H__ … … 39 45 40 46 47 48 /** @} 49 */ 50 -
libc/arch/ia64/include/psthread.h
rb3d1e11 re209fc96 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 105 111 106 112 #endif 113 114 /** @} 115 */ 116 -
libc/arch/ia64/include/stack.h
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_STACK_H__ 30 36 #define __ia64_STACK_H__ … … 36 42 37 43 #endif 44 45 /** @} 46 */ 47 -
libc/arch/ia64/include/stackarg.h
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __LIBC__STACKARG_H__ 30 36 #define __LIBC__STACKARG_H__ … … 32 38 #endif 33 39 40 41 /** @} 42 */ 43 -
libc/arch/ia64/include/thread.h
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __LIBC__ia64THREAD_H__ 30 36 #define __LIBC__ia64THREAD_H__ … … 53 59 54 60 #endif 61 62 /** @} 63 */ 64 -
libc/arch/ia64/include/types.h
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __LIBC__TYPES_H__ 30 36 #define __LIBC__TYPES_H__ … … 46 52 47 53 #endif 54 55 /** @} 56 */ 57 -
libc/arch/ia64/src/thread.c
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcia64 ia64 30 * @brief ia64 architecture dependent parts of libc 31 * @ingroup lc 32 * @{ 33 */ 34 /** @file 35 */ 36 29 37 #include <thread.h> 30 38 #include <malloc.h> … … 53 61 free(tcb); 54 62 } 63 64 /** @} 65 */ 66
Note:
See TracChangeset
for help on using the changeset viewer.
