diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/libc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/internal/libc.h b/src/internal/libc.h index c9416f07..c8fbe3fd 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -9,9 +9,6 @@ struct __libc { int threaded; int secure; size_t *auxv; - int (*atexit)(void (*)(void)); - void (*fini)(void); - void (*ldso_fini)(void); volatile int threads_minus_1; int canceldisable; FILE *ofl_head; |