This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC PATCH glibc 12/13] support: implement xpthread key create/delete (v3)


* Mathieu Desnoyers:

> ----- On Dec 21, 2019, at 4:51 AM, Florian Weimer fw@deneb.enyo.de wrote:
>
>> * Mathieu Desnoyers:
>> 
>>> diff --git a/ChangeLog.old/ChangeLog.19 b/ChangeLog.old/ChangeLog.19
>>> index 07c6aff585..ae2e4af636 100644
>>> --- a/ChangeLog.old/ChangeLog.19
>>> +++ b/ChangeLog.old/ChangeLog.19
>>> @@ -1,3 +1,11 @@
>>> +2019-12-17  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>>> +
>>> +	* support/Makefile: Add xpthread_key_create and xpthread_key_delete.
>>> +	* support/xthread.h: Add prototype for xpthread_key_create and
>>> +	xpthread_key_delete.
>>> +	* support/xpthread_key_create.c: New file.
>>> +	* support/xpthread_key_delete.c: New file.
>>> +
>> 
>> Please remove the ChangeLog update.  Otherwise okay.
>
> Should I remove changelog updates from all my patches ?

Yes, please.  Please double-check that relevant information is
included in the commit message.  But the changed entities do not need
to be listed there.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]