This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Sat, 2002-01-19 at 19:25, Arvind Krishnaswamy wrote:
> Hi,
> termios.h under include is
> --
> #ifdef __cplusplus
> extern "C" {
> #endif
> #include <sys/termios.h>
> #ifdef __cplusplus
> }
> #endif
> --
>
> But sys/termios.h does not exist. What am I missing?
You need to take this up with whoever provides your termios.h. (GCC
doesn't.)
p.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |