Changeset 002e613 in mainline for uspace/libc/include/sys/types.h
- Timestamp:
- 2006-09-01T21:01:02Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cfa70add
- Parents:
- 9314ee1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/sys/types.h
r9314ee1 r002e613 27 27 */ 28 28 29 29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __LIBC__SYS_TYPES_H__36 #define __LIBC__SYS_TYPES_H__35 #ifndef LIBC_SYS_TYPES_H_ 36 #define LIBC_SYS_TYPES_H_ 37 37 38 38 #include <types.h> … … 40 40 #endif 41 41 42 43 44 /** @} 42 /** @} 45 43 */ 46 44
Note:
See TracChangeset
for help on using the changeset viewer.