<termios.h> is missing from `Syscall` despite a section being called out for it: https://github.com/mono/mono.posix/blob/56943785fc49f1227001d0081dc6d62368b334f2/src/Mono.Unix/Mono.Unix.Native/Syscall.cs#L4428-L4430
<termios.h> is missing from
Syscalldespite a section being called out for it:mono.posix/src/Mono.Unix/Mono.Unix.Native/Syscall.cs
Lines 4428 to 4430 in 5694378