diff options
| author | zorz <zorz@krypt.sh> | 2026-04-02 01:11:55 +0300 |
|---|---|---|
| committer | zorz <zorz@krypt.sh> | 2026-04-02 01:11:55 +0300 |
| commit | 936433a5deb6ccc8f8476096f2c2b8dc72c33388 (patch) | |
| tree | fe62acdddbfc42bc377383f5706f2c64120b942c /chromium/patches/terminal-fdset.patch | |
| parent | 16d3c790c04095ea1c8488116f56719e5480efb7 (diff) | |
| download | zorz-936433a5deb6ccc8f8476096f2c2b8dc72c33388.tar.gz zorz-936433a5deb6ccc8f8476096f2c2b8dc72c33388.tar.xz | |
chromium musl
Diffstat (limited to 'chromium/patches/terminal-fdset.patch')
| -rw-r--r-- | chromium/patches/terminal-fdset.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/patches/terminal-fdset.patch b/chromium/patches/terminal-fdset.patch new file mode 100644 index 0000000..32c7421 --- /dev/null +++ b/chromium/patches/terminal-fdset.patch | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | --- a/third_party/dawn/src/tint/utils/system/terminal_posix.cc | ||
| 2 | +++ b/third_party/dawn/src/tint/utils/system/terminal_posix.cc | ||
| 3 | @@ -37,6 +37,7 @@ | ||
| 4 | #include <optional> | ||
| 5 | #include <string_view> | ||
| 6 | #include <utility> | ||
| 7 | +#include <sys/select.h> | ||
| 8 | |||
| 9 | #include "src/tint/utils/containers/vector.h" | ||
| 10 | #include "src/tint/utils/macros/compiler.h" | ||