Changeset bbeb2485 in rtems


Ignore:
Timestamp:
06/14/10 06:03:57 (13 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
b02f920f
Parents:
9ec2f4eb
Message:

2010-06-14 Ralf Corsépius <ralf.corsepius@…>

  • posix/include/rtems/posix/threadsup.h: Add extern "C".
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r9ec2f4eb rbbeb2485  
    112010-06-14      Ralf Corsépius <ralf.corsepius@rtems.org>
    22
     3        * posix/include/rtems/posix/threadsup.h: Add extern "C".
    34        * libnetworking/netinet/in_pcb.c:
    45        Eliminate "ushort".
  • cpukit/posix/include/rtems/posix/threadsup.h

    r9ec2f4eb rbbeb2485  
    2020#include <rtems/score/coresem.h>
    2121#include <rtems/score/tqdata.h>
     22
     23#ifdef __cplusplus
     24extern "C" {
     25#endif
    2226
    2327/*!
     
    8488);
    8589
     90#ifdef __cplusplus
     91}
     92#endif
     93
    8694#endif
    8795/* end of include file */
Note: See TracChangeset for help on using the changeset viewer.