X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Finternal%2Flibc.h;h=6828f8b6dba4ecbb3f61c704b20b1ee78dd2d1ed;hb=537d33d33478034b62928e5cacf397b049ac78ab;hp=60a25eff7cf0321824a550001e1d3142da7aad52;hpb=fd80cfa00b34ec81b3049b98c66f6a45301ca6c4;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index 60a25eff..6828f8b6 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -9,7 +9,7 @@ struct __libc { void (*cancelpt)(int); void (*lock)(volatile int *); void (*lockfile)(FILE *); - void (**tsd_keys)(void *); + void (*fork_handler)(int); void (*sigtimer)(); int (*atexit)(void (*)(void)); void (*fini)(void); @@ -17,7 +17,6 @@ struct __libc { volatile int threads_minus_1; int ofl_lock; int (*rsyscall)(int, long, long, long, long, long, long); - void (*fork_handler)(int); FILE *ofl_head; };