Files
MINGW-packages/mingw-w64-libtermkey
Biswapriyo Nath 639db66cd0 libtermkey: Add workaround for clang build failure
This hides the following compiler error with clang

termkey.c:1147:9: error: call to undeclared function 'read'; ISO C99 and later
do not support implicit function declarations [-Wimplicit-function-declaration]
len = read(tk->fd, tk->buffer + tk->buffcount, tk->buffsize - tk->buffcount);
2023-08-14 21:54:05 +05:30
..