| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | /* | |
| 3 | * header file for select call compatibility | |
| 4 | */ | |
| 5 | + | #ifndef _RAD_SELCALL_H_ |
| 6 | + | #define _RAD_SELCALL_H_ |
| 7 | + | #ifdef __cplusplus |
| 8 | + | extern "C" { |
| 9 | + | #endif |
| 10 | ||
| 11 | #include "copyright.h" | |
| 12 | ||
| # | Line 28 | Line 33 | |
| 33 | #define FD_ZERO(p) memset((char *)(p), 0, sizeof(*(p))) | |
| 34 | #endif | |
| 35 | #endif | |
| 36 | + | |
| 37 | + | |
| 38 | + | #ifdef __cplusplus |
| 39 | + | } |
| 40 | + | #endif |
| 41 | + | #endif /* _RAD_SELCALL_H_ */ |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |