From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulrich Drepper To: hjl@lucon.org (H.J. Lu) Cc: libc-hacker@cygnus.com (GNU C Library) Subject: Re: A patch for linuxthreads Date: Wed, 02 Dec 1998 11:44:00 -0000 Message-id: References: X-SW-Source: 1998-12/msg00041.html hjl@lucon.org (H.J. Lu) writes: > Wed Dec 2 08:40:43 1998 H.J. Lu > > * pthread.c (__pthread_sig_restart): Initiliaze to -1 if > SIGRTMIN is defined. > (__pthread_sig_cancel): Likewise. Let's use zero for the initializers (i.e., no initializer at all). This moves the vars into .bss and since signal 0 cannot be used is equally well to detect uninitialized variables. -- ---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA Cygnus Solutions `--' drepper at cygnus.com `------------------------