]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc_r/README
update
[l4.git] / l4 / pkg / uclibc_r / README
1 This package compiles the uclibc with __UCLIBC_HAS_THREADS__ enabled. As a
2 result, (at least) the following functions will be synchronized with a lock:
3
4 - malloc(), free(), ...
5 - atexit(), onexit()
6 - random(), srandom(), ...
7 - dns_lookup(), res_query(), gethostbyname(), ...
8 - fgetc(), fputc(), fputs(), vfscanf(), ...