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 Petr dot Salinger at seznam dot cz  2006-04-26 16:03 -------
> I think I'd want to see how you were replacing the new header on kfreebsd.

Our pthread_sig.h is rather simple:

**********************************************
/* Signal numbers used for the communication. */
                                          
int __pthread_sig_restart = 32;
int __pthread_sig_cancel  = 33;
int __pthread_sig_debug   = 34;
**********************************************

Our whole linuxthreads kfreebsd sysdeps are browseable at:
http://svn.debian.org/wsvn/glibc-bsd/trunk/glibc-2.3-head/linuxthreads/kfreebsd/?rev=0&sc=0
They go into  $SRC/linuxthreads/sysdeps/unix/bsd/bsd4.4/kfreebsd

And also our main kfreebsd sysdeps:
http://svn.debian.org/wsvn/glibc-bsd/trunk/glibc-2.3-head/sysdeps/kfreebsd/?rev=0&sc=0
They go into  $SRC/sysdeps/unix/bsd/bsd4.4/kfreebsd

Petr

-- 


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]