From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52105 invoked by alias); 22 Aug 2017 22:54:04 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 52091 invoked by uid 89); 22 Aug 2017 22:54:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,URIBL_RED autolearn=no version=3.3.2 spammy=Hx-languages-length:531 X-HELO: mx0a-001b2d01.pphosted.com Date: Tue, 22 Aug 2017 22:54:00 -0000 From: "Gabriel F. T. Gomes" To: Joseph Myers Cc: , Subject: Re: [PATCH] Fix remaining return type of ifunc resolver declaration In-Reply-To: References: <20170822180214.31800-1-gftg@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17082222-0056-0000-0000-000003BA7E99 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007593; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000223; SDB=6.00906201; UDB=6.00454174; IPR=6.00686402; BA=6.00005550; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016817; XFM=3.00000015; UTC=2017-08-22 22:53:56 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17082222-0057-0000-0000-000007F0AE34 Message-Id: <20170822195350.6ee68e86@keller> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-22_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1708220349 X-SW-Source: 2017-08/txt/msg01095.txt.bz2 On Tue, 22 Aug 2017 20:13:45 +0000 Joseph Myers wrote: >On Tue, 22 Aug 2017, Gabriel F. T. Gomes wrote: > >> This patch changes the return type of the ifunc resolver in the __ifunc >> macro, so that it matches the return type of the target function, >> similarly to what the aforementioned commit does. > >Thanks, please commit (with ChangeLog entry). Thank you, Martin and Joseph. I've committed this patch with the ChangeLog entry.