This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug linuxthreads/2383] [PATCH] Please use sysdeps for selecting linuxthreads internal signals


------- Additional Comments From drow at false dot org  2006-04-26 16:46 -------
Subject: Re:  [PATCH] Please use sysdeps for selecting linuxthreads internal signals

On Wed, Apr 26, 2006 at 04:03:15PM -0000, Petr dot Salinger at seznam dot cz wrote:
> **********************************************
> /* Signal numbers used for the communication. */
>                                           
> int __pthread_sig_restart = 32;
> int __pthread_sig_cancel  = 33;
> int __pthread_sig_debug   = 34;
> **********************************************

So... why not define __SIGRTMIN to 32 while building glibc?  Seems like
everything would just work, modulo maybe changes to your allocrtsig.c.



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2383

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]