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.microblaze | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ports/ChangeLog.microblaze') diff --git a/ports/ChangeLog.microblaze b/ports/ChangeLog.microblaze index eb60f5b443..92faa04440 100644 --- a/ports/ChangeLog.microblaze +++ b/ports/ChangeLog.microblaze @@ -1,3 +1,8 @@ +2013-06-15 Siddhesh Poyarekar + + * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: + Update. + 2013-06-14 David Holsgrove * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: Correct -- cgit 1.4.1