about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-12 14:52:14 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-12 14:52:14 -0800
commitc76d1ff5149bd03210f2bb8cd64446c51618d016 (patch)
tree8b6e3aa40159f1d5ab51f21e03b9ca64c9a1f919 /ChangeLog
parent439c43f6eabcb515b445e2bb03a653ec678f3021 (diff)
downloadglibc-c76d1ff5149bd03210f2bb8cd64446c51618d016.tar.gz
glibc-c76d1ff5149bd03210f2bb8cd64446c51618d016.tar.xz
glibc-c76d1ff5149bd03210f2bb8cd64446c51618d016.zip
NPTL: Add stubs for Linux-only extension functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea4ebb7842..9ac8b925bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-12-12  Roland McGrath  <roland@hack.frob.com>
 
+	* nptl/pthread_getaffinity.c: New file.
+	* nptl/pthread_setaffinity.c: New file.
+	* nptl/pthread_getname.c: New file.
+	* nptl/pthread_setname.c: New file.
+
 	* nptl/pthread_create.c (START_THREAD_DEFN)
 	[! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.