Bruno Haible wrote:
> Pádraig Brady wrote:
>> I was wondering about this general issue a couple of days ago when pondering:
>> http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=2bc0f3c
>>
>> At the application level we often want to check for this
>> "not supported" condition while
Bruno Haible wrote:
> Pádraig Brady wrote:
>> I was wondering about this general issue a couple of days ago when pondering:
>> http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=2bc0f3c
>>
>> At the application level we often want to check for this
>> "not supported" condition whil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 8/30/2009 6:03 PM:
>> case EOPNOTSUPP: /* Operation not supported */
>> case ENOTSUP:/* Operation not supported */
POSIX states that ENOTSUP==EOPNOTSUPP is permissible, so you can't do this
with a case stat
Pádraig Brady wrote:
> I was wondering about this general issue a couple of days ago when pondering:
> http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=2bc0f3c
>
> At the application level we often want to check for this
> "not supported" condition while not caring where the fail