bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10305: coreutils-8.21, some changes needed


From: Paul Eggert
Subject: bug#10305: coreutils-8.21, some changes needed
Date: Tue, 19 Feb 2013 08:25:36 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

_Noreturn is typically put before the return type, e.g.,:

static _Noreturn void randread_error (void const *);

rather than putting the _Noreturn after the 'void',
or after the ')'.

C11 does not allow putting _Noreturn after the ')',
if I'm reading the spec correctly.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]