Add macro hack to workaround older buggy glibc

This commit is contained in:
Martin Lund 2022-02-16 02:26:36 +01:00
parent cbfa118a2b
commit 27f4d31380

View file

@ -19,8 +19,9 @@
* 02110-1301, USA.
*/
#define termios asmtermios
#include <sys/ioctl.h>
#include <asm-generic/ioctls.h>
#undef termios
#include <asm-generic/termbits.h>
int setspeed2(int fd, int baudrate)