use weak aliases rather than function pointers to simplify some code
authorRich Felker <dalias@aerifal.cx>
Sun, 7 Aug 2011 00:09:51 +0000 (20:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 7 Aug 2011 00:09:51 +0000 (20:09 -0400)
commit98acf04fc00cbded6169056f2cd541d31725c091
treef792014c7cbc4deee8c3de9b511d9e7329f2bf0d
parent338b663ddb64ecf8a62ad0d1020a29587e0ca81b
use weak aliases rather than function pointers to simplify some code
src/internal/libc.h
src/process/fork.c
src/thread/cancel_dummy.c
src/thread/cancel_impl.c
src/thread/pthread_atfork.c
src/thread/pthread_testcancel.c