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 libc/11390] support for pthread_setname_np() / pthread_getname_np()


------- Additional Comments From drepper at redhat dot com  2010-04-09 08:15 -------
I don't like the limitation but I added the code.  It's not really a good idea
to rely on the /proc filesystem.  This is why the code I committed uses prctl
when possible.  Perhaps if people find the interface useful pressure on the
kernel people is sufficient to enlarge the field.

I didn't use your code.  It contained many problems and unnecessary code.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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