Changeset 8d3eba16 in rtems


Ignore:
Timestamp:
11/09/02 04:37:33 (21 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
658ad56f
Parents:
a9f1a11
Message:

Need to be extern C for use by C++.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/sys/select.h

    ra9f1a11 r8d3eba16  
    3838#define _SYS_SELECT_H_
    3939
     40#ifdef __cplusplus
     41extern "C" {
     42#endif
     43
    4044/*
    4145 * Used to maintain information about processes that wish to be
     
    6569                   struct timeval *__timeout);
    6670
     71#ifdef __cplusplus
     72}
     73#endif
     74
    6775#endif /* !_SYS_SELECT_H_ */
Note: See TracChangeset for help on using the changeset viewer.