Changeset bbeb2485 in rtems
- Timestamp:
- 06/14/10 06:03:57 (13 years ago)
- Branches:
- 4.11, 5, master
- Children:
- b02f920f
- Parents:
- 9ec2f4eb
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r9ec2f4eb rbbeb2485 1 1 2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org> 2 2 3 * posix/include/rtems/posix/threadsup.h: Add extern "C". 3 4 * libnetworking/netinet/in_pcb.c: 4 5 Eliminate "ushort". -
cpukit/posix/include/rtems/posix/threadsup.h
r9ec2f4eb rbbeb2485 20 20 #include <rtems/score/coresem.h> 21 21 #include <rtems/score/tqdata.h> 22 23 #ifdef __cplusplus 24 extern "C" { 25 #endif 22 26 23 27 /*! … … 84 88 ); 85 89 90 #ifdef __cplusplus 91 } 92 #endif 93 86 94 #endif 87 95 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.