diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-09 01:09:24 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-09 01:09:24 -0700 |
commit | 86a4c67fb91b82c7b47c115b88ab01b1a696f10f (patch) | |
tree | a0cc88b9d0e063153cf6c3aba1aed2cfdfa5a6a8 /NEWS | |
parent | 80a18ba74d658d9216173b60382ef1c87aa1ae06 (diff) | |
download | glibc-86a4c67fb91b82c7b47c115b88ab01b1a696f10f.tar glibc-86a4c67fb91b82c7b47c115b88ab01b1a696f10f.tar.gz glibc-86a4c67fb91b82c7b47c115b88ab01b1a696f10f.tar.bz2 glibc-86a4c67fb91b82c7b47c115b88ab01b1a696f10f.zip |
Implement interfaces to set and get names of threads.
At least the Linux kernel provides field where the kernel originally
stores the command which is executed by the thread. The value can
subsequently be overwritten. The added functions allow to do that for
threads, providing and abstraction around the syscalls or /proc file
system accesses needed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-4-8 +GNU C Library NEWS -- history of user-visible changes. 2010-4-9 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -15,8 +15,11 @@ Version 2.12 11120, 11125, 11126, 11127, 11134, 11141, 11149, 11183, 11184, 11185, 11186, 11187, 11188, 11189, 11190, 11191, 11192, 11193, 11194, 11200, 11230, 11235, 11242, 11254, 11258, 11271, 11272, 11276, 11279, 11287, - 11292, 11319, 11332, 11333, 11387, 11389, 11394, 11397, 11410, 11438, - 11449, 11470, 11471 + 11292, 11319, 11332, 11333, 11387, 11389, 11390, 11394, 11397, 11410, + 11438, 11449, 11470, 11471 + + +* New interfaces: pthread_getname_np, pthread_setname_np * New Linux interface: recvmmsg |