diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-20 10:56:20 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-20 10:56:20 -0800 |
commit | f214ff74f46275f6f1187730ac88b8a2407393f3 (patch) | |
tree | dbbb3206b1a977022e7c53920ad0744f530f8234 /ChangeLog | |
parent | e37c91d4196f116d826cab129ca2637bd367b35e (diff) | |
download | glibc-f214ff74f46275f6f1187730ac88b8a2407393f3.zip glibc-f214ff74f46275f6f1187730ac88b8a2407393f3.tar.gz glibc-f214ff74f46275f6f1187730ac88b8a2407393f3.tar.bz2 |
NPTL: Refactor scheduler setup in pthread_create.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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, |