mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
This change switches most of the core locks to be re-entrant, in order to reduce the chance of deadlocking code that does, clever things with asynchronous signal handlers. This change implements it it in pthreads so we're one step closer to having a standardized threading primitives
4 lines
135 B
C
4 lines
135 B
C
#ifndef LIBC_ISYSTEM_PTHREAD_H_
|
|
#define LIBC_ISYSTEM_PTHREAD_H_
|
|
#include "libc/runtime/pthread.h"
|
|
#endif /* LIBC_ISYSTEM_PTHREAD_H_ */
|