Changeset ae7d03c in mainline for uspace/lib/c/arch
- Timestamp:
- 2018-05-10T13:39:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8975278
- Parents:
- b277bef
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
- Location:
- uspace/lib/c/arch
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/tls.c
rb277bef rae7d03c 32 32 */ 33 33 /** @file 34 34 * @ingroup libcia32 35 35 */ 36 36 -
uspace/lib/c/arch/arm32/src/tls.c
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libcarm32 arm32 30 31 30 * @brief arm32 architecture dependent parts of libc 31 * @ingroup lc 32 32 * @{ 33 33 */ -
uspace/lib/c/arch/ia64/include/libarch/stackarg.h
rb277bef rae7d03c 39 39 40 40 41 41 /** @} 42 42 */ 43 43 -
uspace/lib/c/arch/ia64/src/tls.c
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libcia64 ia64 30 31 30 * @brief ia64 architecture dependent parts of libc 31 * @ingroup lc 32 32 * @{ 33 33 */ -
uspace/lib/c/arch/ppc32/src/syscall.c
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libcppc32 ppc32 30 31 30 * @brief ppc32 architecture dependent parts of libc 31 * @ingroup lc 32 32 * @{ 33 33 */
Note:
See TracChangeset
for help on using the changeset viewer.