Logo
Explore Help
Sign In
fluencelabs/musl
1
0
Fork 0
You've already forked musl
mirror of https://github.com/fluencelabs/musl synced 2025-05-22 20:21:32 +00:00
Code Issues Projects Releases Wiki Activity
musl/src/thread/__set_thread_area.c

7 lines
74 B
C
Raw Normal View History

dummy implementation of set_thread_area eventually we may have a working "generic" implementation for archs that don't need anything special. in any case, the goal of having stubs like this is to allow early testing of new ports before all the details needed for threads have been filled in. more functions like this will follow.
2011-09-17 11:37:46 -04:00
#include <pthread_impl.h>
int __set_thread_area(void *p)
{
return -1;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 319ms Template: 45ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API