1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Implement allocate_once for atomic initialization with allocation

This commit is contained in:
Florian Weimer
2018-05-23 14:16:18 +02:00
parent ed983107bb
commit 5f7b841d3a
6 changed files with 363 additions and 4 deletions

View File

@ -165,5 +165,6 @@ libc {
__tdelete; __tfind; __tsearch; __twalk;
__mmap; __munmap; __mprotect;
__sched_get_priority_min; __sched_get_priority_max;
__libc_allocate_once_slow;
}
}