externals: Remove winpthreads. (#2932)

This commit is contained in:
squidbus 2025-05-15 13:59:34 -07:00 committed by GitHub
parent 98faff425e
commit aeb4536988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 362 additions and 273 deletions

View file

@ -108,6 +108,9 @@ void SetPosixErrno(int e) {
case EACCES:
g_posix_errno = POSIX_EACCES;
break;
case EFAULT:
g_posix_errno = POSIX_EFAULT;
break;
case EINVAL:
g_posix_errno = POSIX_EINVAL;
break;