Skip to content

Commit

Permalink
abis/ironclad: define CBAUD for termios.h
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 committed Nov 30, 2023
1 parent 61bd489 commit b8f17ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions abis/ironclad/termios.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ typedef unsigned int tcflag_t;
#define HUPCL 0x0040
#define CLOCAL 0x0080

#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define CBAUD 0x100F
#endif

// bitwise constants for c_lflag in struct termios
#define ECHO 0x0001
#define ECHOE 0x0002
Expand Down

0 comments on commit b8f17ec

Please sign in to comment.