Changeset 2544442 in mainline
- Timestamp:
- 2010-09-26T15:05:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7093a32
- Parents:
- 3c213f6
- Location:
- uspace/lib/c
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/adt/char_map.c
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/c/generic/adt/dynamic_fifo.c
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup net29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/c/generic/adt/measured_strings.c
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup net29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/c/include/adt/char_map.h
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef __CHAR_MAP_H__38 #define __CHAR_MAP_H__37 #ifndef LIBC_CHAR_MAP_H_ 38 #define LIBC_CHAR_MAP_H_ 39 39 40 40 #include <libarch/types.h> -
uspace/lib/c/include/adt/dynamic_fifo.h
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup net29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 36 36 */ 37 37 38 #ifndef __NET_DYNAMIC_FIFO_H__39 #define __NET_DYNAMIC_FIFO_H__38 #ifndef LIBC_DYNAMIC_FIFO_H_ 39 #define LIBC_DYNAMIC_FIFO_H_ 40 40 41 41 /** Type definition of the dynamic fifo queue. -
uspace/lib/c/include/adt/generic_char_map.h
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup net29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef __GENERIC_CHAR_MAP_H__38 #define __GENERIC_CHAR_MAP_H__37 #ifndef LIBC_GENERIC_CHAR_MAP_H_ 38 #define LIBC_GENERIC_CHAR_MAP_H_ 39 39 40 40 #include <unistd.h> -
uspace/lib/c/include/adt/generic_field.h
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup net29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef __GENERIC_FIELD_H__38 #define __GENERIC_FIELD_H__37 #ifndef LIBC_GENERIC_FIELD_H_ 38 #define LIBC_GENERIC_FIELD_H_ 39 39 40 40 #include <errno.h> -
uspace/lib/c/include/adt/int_map.h
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup net29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef __NET_INT_MAP_H__38 #define __NET_INT_MAP_H__37 #ifndef LIBC_INT_MAP_H_ 38 #define LIBC_INT_MAP_H_ 39 39 40 40 #include <errno.h> -
uspace/lib/c/include/adt/measured_strings.h
r3c213f6 r2544442 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 37 37 */ 38 38 39 #ifndef __MEASURED_STRINGS_H__40 #define __MEASURED_STRINGS_H__39 #ifndef LIBC_MEASURED_STRINGS_H_ 40 #define LIBC_MEASURED_STRINGS_H_ 41 41 42 42 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.