Implement allocate_once for atomic initialization with allocation
commit5f7b841d3aebdccc2baed27cb4b22ddb08cd7c0c
authorFlorian Weimer <fweimer@redhat.com>
Wed, 23 May 2018 12:16:18 +0000 (23 14:16 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 23 May 2018 13:27:01 +0000 (23 15:27 +0200)
tree72c894b5b6bbafa8df86036263a5ef584d64bbe3
parented983107bbc62245b06b99f02e69acf36a0baa3e
Implement allocate_once for atomic initialization with allocation
ChangeLog
include/allocate_once.h [new file with mode: 0644]
misc/Makefile
misc/Versions
misc/allocate_once.c [new file with mode: 0644]
misc/tst-allocate_once.c [new file with mode: 0644]