]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commit
Add pthread_atfork() function
authorCostin Lupu <costin.lupu@cs.pub.ro>
Tue, 9 Jul 2019 09:09:33 +0000 (12:09 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 10 Jul 2019 16:11:00 +0000 (18:11 +0200)
commit1060362ac7ff64e389502db2dfec28b1fcc30315
treeae7eb8014ebd74f054bd4357e1aeb082a9784769
parent7a38d3f140f4b82b33b70fad9b6a55ebae936f3c
Add pthread_atfork() function

For now, Unikraft does not support fork(), so we will just print an
warning saying that.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk
exportsyms.uk
include/pthread.h
pthread_atfork.c [new file with mode: 0644]