X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Flibc.h;h=ea221b6f9a4deeaba93e0879aeb333298009401f;hp=e353f36354ad521f38fd6bd62e9703e789cfaca7;hb=e9417fffb39c299e556c5ad0c1545f0c02618e3c;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/src/internal/libc.h b/src/internal/libc.h index e353f363..ea221b6f 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -15,6 +15,7 @@ extern struct libc { volatile int threads_minus_1; int (*rsyscall)(int, long, long, long, long, long, long); void (**tsd_keys)(void *); + void (*fork_handler)(int); } libc;