From 61dd6208fb1e59a423b6dfa712a3c896c34b2590 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 15 Jun 2013 12:24:15 +0530 Subject: New API to set default thread attributes This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes. --- ports/ChangeLog.m68k | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ports/ChangeLog.m68k') diff --git a/ports/ChangeLog.m68k b/ports/ChangeLog.m68k index 2cd6a6a06b..f9a5f0b213 100644 --- a/ports/ChangeLog.m68k +++ b/ports/ChangeLog.m68k @@ -1,3 +1,10 @@ +2013-06-15 Siddhesh Poyarekar + + * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist: + Update. + * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist: + Likewise. + 2013-06-08 Joseph Myers * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize): Use -- cgit v1.2.3