world: Add <sys/single_threaded.h>
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 15 Dec 2020 06:27:09 +0000 (06:27 +0000)
committerzrj <rimvydas.jasinskas@gmail.com>
Wed, 16 Dec 2020 05:14:40 +0000 (07:14 +0200)
commit6e42f7e2096165a28bab14a23c399e4b1a8bb531
treee198a90c2f764f038ac7b07bf5684a4b33ac8960
parent23954713fe40f1df126fdd2ded550405db25b152
world: Add <sys/single_threaded.h>

 The __libc_single_threaded is publicly exported version of libc private
 __isthreaded symbol that does not reset on fork in threaded programs.
lib/libc/gen/Symbol.map
lib/libc/stdlib/exit.c
lib/libthread_xu/thread/thr_kern.c
sys/sys/single_threaded.h [new file with mode: 0644]