diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-28 22:11:28 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-28 22:11:28 -0500 |
commit | 45c2a74dbda3d6d0d17e78ae916a528204cdd71b (patch) | |
tree | 1f759447a00e720c11a11466febf28f68a6a2166 /sys | |
parent | ee318490c991818284f13107532ac7ee0c558e7c (diff) |
kernel: termios: Remove duplicate ISTRIP
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/include/sys/termios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/sys/termios.h b/sys/include/sys/termios.h index a95ea2f..27339f1 100644 --- a/sys/include/sys/termios.h +++ b/sys/include/sys/termios.h @@ -35,7 +35,6 @@ */ #define ISTRIP 0x00000000 #define ICRNL 0x00000001 -#define ISTRIP 0x00000002 #define NCCS 20 |