--- src/libexec/rtld-elf/rtld.h 2005/03/30 00:49:06 1.10 +++ src/libexec/rtld-elf/rtld.h 2005/05/11 19:47:06 1.11 @@ -227,7 +227,7 @@ const Elf_Sym *symlook_obj(const char *, bool); void *tls_get_addr_common(void **, int, size_t); -struct tls_tcb *allocate_tls(Obj_Entry *, struct tls_tcb *); +struct tls_tcb *allocate_tls(Obj_Entry *); void free_tls(struct tls_tcb *); void *allocate_module_tls(int); bool allocate_tls_offset(Obj_Entry *);