Changeset ae7d03c in mainline for uspace/lib/c
- 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
- Files:
-
- 9 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 */ -
uspace/lib/c/generic/device/hw_res.c
rb277bef rae7d03c 27 27 */ 28 28 29 29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/c/generic/device/pio_window.c
rb277bef rae7d03c 27 27 */ 28 28 29 29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/c/generic/inet/addr.c
rb277bef rae7d03c 83 83 84 84 /** Compare addr48. 85 86 87 85 * 86 * @return Non-zero if equal, zero if not equal. 87 */ 88 88 int addr48_compare(const addr48_t a, const addr48_t b) 89 89 { … … 92 92 93 93 /** Compare addr128. 94 95 96 94 * 95 * @return Non-zero if equal, zero if not equal. 96 */ 97 97 int addr128_compare(const addr128_t a, const addr128_t b) 98 98 { -
uspace/lib/c/generic/vfs/vfs.c
rb277bef rae7d03c 669 669 /* 670 670 * No device specified, create a fresh null/%d device instead. 671 */671 */ 672 672 null_id = loc_null_create(); 673 673
Note:
See TracChangeset
for help on using the changeset viewer.