1
0
mirror of https://git.code.sf.net/p/mingw-w64/mingw-w64 synced 2025-04-17 06:57:02 +03:00

winpthreads: fix typo pthread_attr_setgaurdsize->pthread_attr_setguardsize

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Alexander Argentakis 2025-03-20 17:33:30 +02:00 committed by Martin Storsjö
parent 850703ae46
commit dc69654d1b

View File

@ -158,7 +158,7 @@ WINPTHREAD_API int pthread_set_num_processors_np(int n);
#define pthread_mutex_setprioceiling(M, P) ENOTSUP
#define pthread_getcpuclockid(T, C) ENOTSUP
#define pthread_attr_getguardsize(A, S) ENOTSUP
#define pthread_attr_setgaurdsize(A, S) ENOTSUP
#define pthread_attr_setguardsize(A, S) ENOTSUP
typedef long pthread_once_t;
typedef unsigned pthread_mutexattr_t;