AI errno(2) values
11–20 of 22 posts
Re: AI errno(2) values
#12Re: AI errno(2) values
#13Re: AI errno(2) values
#14"What was deluxe is now debris..."
Re: AI errno(2) values
#15`errno` is a userland concept; the kernel returns negative error numbers that libc then turns into -1 and sets errno. Thus the correct manpage is errno(3).
https://man.freebsd.org/cgi/man.cgi?query=errno&apropos=0&se...
Also, your statements about the kernel and libc are OS specific.
Re: AI errno(2) values
#16`errno` is a userland concept; the kernel returns negative error numbers that libc then turns into -1 and sets errno. Thus the correct manpage is errno(3).
Re: AI errno(2) values
#17`errno` is a userland concept; the kernel returns negative error numbers that libc then turns into -1 and sets errno. Thus the correct manpage is errno(3).
Re: AI errno(2) values
#18`errno` is a userland concept; the kernel returns negative error numbers that libc then turns into -1 and sets errno. Thus the correct manpage is errno(3).
Why does libc do this instead of simply returning that same negative number?
Re: AI errno(2) values
#19 EHAL 231 /* I'm sorry Dave, I cannot do that */Re: AI errno(2) values
#20`errno` is a userland concept; the kernel returns negative error numbers that libc then turns into -1 and sets errno. Thus the correct manpage is errno(3).
Why does libc do this instead of simply returning that same negative number?