Changeset bcb9ab43 in rtems
- Timestamp:
- Nov 22, 2003, 11:32:46 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 32195d5d
- Parents:
- 6cb5bcd
- Location:
- cpukit/libcsupport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/ChangeLog
r6cb5bcd rbcb9ab43 1 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards. 4 1 5 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/libcsupport/include/rtems/cdefs.h
r6cb5bcd rbcb9ab43 38 38 */ 39 39 40 #ifndef _ SYS_CDEFS_H_41 #define _ SYS_CDEFS_H_40 #ifndef _RTEMS_CDEFS_H_ 41 #define _RTEMS_CDEFS_H_ 42 42 43 43 #if defined(__cplusplus) … … 175 175 #endif 176 176 177 #endif /* !_ SYS_CDEFS_H_ */177 #endif /* !_RTEMS_CDEFS_H_ */
Note: See TracChangeset
for help on using the changeset viewer.