On 02/16/2018 11:36 PM, Sargun Dhillon wrote:
> +     close(111);
> +     assert(errno == EBADF);
> +     close(999);
> +     assert(errno = EPERM);

should that be       == ?

> +
> +     return 0;
> +}


-- 
~Randy

Reply via email to