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] | |
On 04 Jul 2016 09:24, Adhemerval Zanella wrote:
> On 03/07/2016 23:27, Mike Frysinger wrote:
> > On 14 Jun 2016 12:42, Adhemerval Zanella wrote:
> >> + printf ("%s: cannot generate temp file name\n", __FUNCTION__);
> >
> > __func__ is the portable name isn't it ?
> >
> > ignoring that, should this (all the other error messages you've added)
> > end with %m ?
>
> I am not sure about '__func__', but I think %m seems reasonable.
__FUNCTION__ is a gcc extension. the standards added __func__.
-mike
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |