mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-09 03:22:45 +03:00
Rewrite multi OS compilation
This commit is contained in:
@@ -242,7 +242,7 @@ done:
|
||||
XX_httplib_free(blk.buf);
|
||||
|
||||
if (pid != (pid_t)-1) {
|
||||
kill(pid, SIGKILL);
|
||||
XX_httplib_kill(pid, SIGKILL);
|
||||
#if !defined(_WIN32)
|
||||
{
|
||||
int st;
|
||||
|
Reference in New Issue
Block a user