From 1dfacd8bbba72d2cc87a217e5f5cc3c9582a30d2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 24 Jun 2015 16:50:08 -0700 Subject: NPTL: Give cancelhandling fields type unsigned int. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9cf634..291f758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-06-24 Roland McGrath + * nptl/descr.h (struct pthread): Change type of fields cancelhandling + and parent_cancelhandling from 'int' to 'unsigned int'. + +2015-06-24 Roland McGrath + * nptl/descr.h (struct pthread): Change type of field setxid_futex to 'unsigned int'. -- cgit v1.1