* linux_threads.c: Don't reference __pthread_initial_thread_bos.
From-SVN: r26711
This commit is contained in:
parent
2c4974b72a
commit
b694131f21
@ -1,3 +1,7 @@
|
||||
1999-04-30 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* linux_threads.c: Don't reference __pthread_initial_thread_bos.
|
||||
|
||||
1999-04-26 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
|
||||
|
@ -118,8 +118,13 @@ package, we generate a dummy reference to `__pthread_initial_thread_bos',
|
||||
which is a symbol defined in LinuxThreads, but (hopefully) not in other
|
||||
thread packages.
|
||||
*/
|
||||
#if 0
|
||||
/* Note: on Caldera OpenLinux, this symbols is `local' in the
|
||||
libpthread.so (but not in libpthread.a). We don't really need
|
||||
this, so we just comment it out. */
|
||||
extern char * __pthread_initial_thread_bos;
|
||||
char **dummy_var_to_force_linux_threads = &__pthread_initial_thread_bos;
|
||||
#endif
|
||||
|
||||
#define LINUX_THREADS_STACK_SIZE (2 * 1024 * 1024)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user