--- src/lib/libc/include/libc_private.h 2005/03/29 19:26:19 1.5 +++ src/lib/libc/include/libc_private.h 2005/05/11 19:46:55 1.6 @@ -75,6 +75,7 @@ int _fseeko(FILE *, __off_t, int); /* * Initialise TLS static programs */ -void _init_tls(void); +int __get_errno_GS_offset(void); +void *__get_errno_GOT_ptr(void); #endif /* _LIBC_PRIVATE_H_ */