mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2024-11-13 15:09:21 +00:00
c8ef97ebf1
gpkg/mesa gpkg/pcre2 +rebuild gpkg/spirv-llvm-translator +new pkg: gpkg/mtdev +fix gpkg/glibc: disable flag TCSAFLUSH
14 lines
474 B
Diff
14 lines
474 B
Diff
Not possible to use due to selinux
|
|
More details - https://github.com/termux/termux-packages/issues/1359
|
|
--- src/sysdeps/unix/sysv/linux/tcsetattr.c 2024-01-31 03:34:58.000000000 +0300
|
|
+++ src/sysdeps/unix/sysv/linux/tcsetattr.c.patch 2024-02-17 12:07:10.419415489 +0300
|
|
@@ -55,7 +55,7 @@
|
|
cmd = TCSETSW;
|
|
break;
|
|
case TCSAFLUSH:
|
|
- cmd = TCSETSF;
|
|
+ cmd = TCSETS;
|
|
break;
|
|
default:
|
|
return INLINE_SYSCALL_ERROR_RETURN_VALUE (EINVAL);
|