also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
7 lines
96 B
C
7 lines
96 B
C
#include "pthread_impl.h"
|
|
|
|
int pthread_mutexattr_destroy(pthread_mutexattr_t *a)
|
|
{
|
|
return 0;
|
|
}
|