Commit 37dbc46
committed
EmulatorPkg: Do not require deprecated termio.h
The termio.h of glibc has been deprecated for decades and was finally
removed in glibc 2.42.
EmulatorPkg still pulls it in for no reason (the "new" termios.h is
being included already).
Remove the include of termio.h.
Signed-off-by: Oliver Steffen <[email protected]>
diff --git a/EmulatorPkg/Unix/Host/Host.h b/EmulatorPkg/Unix/Host/Host.h
index b62496b..f46445a 100644
--- a/EmulatorPkg/Unix/Host/Host.h
+++ b/EmulatorPkg/Unix/Host/Host.h
@@ -66,7 +66,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#define _Bool char // for clang debug
#endif
#else
- #include <termio.h>
#include <sys/vfs.h>
#include <linux/fs.h>
#endif1 parent 3291946 commit 37dbc46
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments