mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-12 23:57:57 +00:00
This patch adds these API's: - pthread_mutex_init() - pthread_mutex_lock() - pthread_mutex_unlock() No mutex attributes are supported yet, so we only do the simplest mutex wihout recursive locking.