Fix MODE=tinylinux build

This commit is contained in:
Justine Tunney 2024-07-06 01:39:15 -07:00
parent 8c645fa1ee
commit 6be030cd7c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 77 additions and 98 deletions

View file

@ -46,6 +46,8 @@
#include "libc/thread/posixthread.internal.h"
#include "libc/thread/tls.h"
__static_yoink("_pthread_atfork");
extern pthread_mutex_t _pthread_lock_obj;
static void _onfork_prepare(void) {