devkitarm termios.h include file
Posted: Sun May 15, 2011 9:34 pm
Hello,
I am trying to build a library for nds which includes the file at devkitARM/arm-eabi/include/termios.h
This file's contents are:
yet the file devkitARM/arm-eabi/include/sys/termios.h does not exist.
Is this intentional? Or was this header mistakenly left out? Anything I can do to resolve this?
I am trying to build a library for nds which includes the file at devkitARM/arm-eabi/include/termios.h
This file's contents are:
Code: Select all
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/termios.h>
#ifdef __cplusplus
}
#endif
Is this intentional? Or was this header mistakenly left out? Anything I can do to resolve this?