about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-11-20 10:56:20 -0800
committerRoland McGrath <roland@hack.frob.com>2014-11-20 10:56:20 -0800
commitf214ff74f46275f6f1187730ac88b8a2407393f3 (patch)
treedbbb3206b1a977022e7c53920ad0744f530f8234 /ChangeLog
parente37c91d4196f116d826cab129ca2637bd367b35e (diff)
downloadglibc-f214ff74f46275f6f1187730ac88b8a2407393f3.tar.gz
glibc-f214ff74f46275f6f1187730ac88b8a2407393f3.tar.xz
glibc-f214ff74f46275f6f1187730ac88b8a2407393f3.zip
NPTL: Refactor scheduler setup in pthread_create.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8de1641e3a..23c2244fff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-11-20  Roland McGrath  <roland@hack.frob.com>
+
+	* nptl/default-sched.h: New file.
+	* sysdeps/unix/sysv/linux/default-sched.h: New file.
+	* nptl/pthread_create.c: Include it.
+	(__pthread_create_2_1): Use collect_default_sched instead of making
+	Linux syscalls here directly.
+
 2014-11-20  Torvald Riegel  <triegel@redhat.com>
 
 	* nptl/pthread_once.c (clear_once_control, __pthread_once_slow,