| 1 |
< |
/* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 2 |
< |
|
| 3 |
< |
/* SCCSid "$SunId$ SGI" */ |
| 4 |
< |
|
| 1 |
> |
/* RCSid $Id$ */ |
| 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 |
+ |
|
| 13 |
|
#include <sys/types.h> |
| 14 |
|
#include <sys/time.h> |
| 15 |
|
#ifdef INCL_SEL_H |
| 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_ */ |