summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/libc.h3
1 files changed, 1 insertions, 2 deletions
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;
};