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/3248] unportable sigprocmask() in gai_misc.h


------- Additional Comments From Petr dot Salinger at seznam dot cz  2006-10-02 20:47 -------
> Do you not have symbol versioning on that platform?  

We have symbol versioning.

> __sigprocmask is not exported from libc.so nor normally present in libpthread.so.

You got it. 

We export  __sigprocmask in version GLIBC_PRIVATE as  __sigprocmask is used
internally in libpthread during emulation of clone syscall.
So our libc.so exports it, but Linux's don't.

Again sorry for the problem.

Petr


-- 


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

------- 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]