From d359bcc2adc063bae511b1a42a01a301b53c4d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Wed, 15 Jan 2014 18:43:03 +0100 Subject: [PATCH] Add ChangeLog entry --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d455e16ee1..e7438dabe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-01-15 Ondřej Bílka + + [BZ #14782] + * sysdeps/posix/system.c (__libc_system): Do not enable + asynchronous cancellation. + 2014-01-15 Andreas Krebbel [BZ #16427]