Hi Junio,
On 2015-07-17 23:39, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
>> On 2015-07-17 19:09, Charles Bailey wrote:
>>> From: Charles Bailey
>>>
>>> According to POSIX specification uname must return -1 on failure and a
>>> non-negative value on success. Although many implementat
Johannes Schindelin writes:
> On 2015-07-17 19:09, Charles Bailey wrote:
>> From: Charles Bailey
>>
>> According to POSIX specification uname must return -1 on failure and a
>> non-negative value on success. Although many implementations do return 0
>> on success it is valid to return any posit
On 2015-07-17 19:09, Charles Bailey wrote:
> From: Charles Bailey
>
> According to POSIX specification uname must return -1 on failure and a
> non-negative value on success. Although many implementations do return 0
> on success it is valid to return any positive value for success. In
> particul
From: Charles Bailey
According to POSIX specification uname must return -1 on failure and a
non-negative value on success. Although many implementations do return 0
on success it is valid to return any positive value for success. In
particular, Solaris returns 1.
Signed-off-by: Charles Bailey
4 matches
Mail list logo