make this link on rh60 - the pthreads that comes with rh60 doesn't allow direct access to __pthread_initial_thread_box, which was only used as a test anyway

This commit is contained in:
alecf%netscape.com 1999-10-14 05:33:46 +00:00
Родитель eccee5177e
Коммит 1fe848c0cf
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -122,8 +122,10 @@ 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
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)