Where is errno defined? - Minix
This is a discussion on Where is errno defined? - Minix ; Hi everybody,
I'm almost done with building Minix kernel on Linux - right now I just
have three link errors. errno is one of them. Could someone please
tell me where it is defined?
Regards,
Kashyap
Just for the thrills ...
-
-
Re: Where is errno defined?
kashyap wrote:
> Hi everybody,
> I'm almost done with building Minix kernel on Linux - right now I just
> have three link errors. errno is one of them. Could someone please
> tell me where it is defined?
http://groups.google.com/group/comp....107fd4ce490ed5
....but it's in lib/other/errno.c
Regards,
Jens
--
Jens de Smit
Student Computer Science | Vrije Universiteit Amsterdam
jfdsmit@few.vu.nl | http://www.few.vu.nl/~jfdsmit
"[In the end, people] get furious at IT that the goddamn magic isn't working"
-- Stewart Dean
-
Re: Where is errno defined?
On Nov 5, 9:59*pm, "J.F. de Smit" wrote:
> kashyap wrote:
> > Hi everybody,
> > I'm almost done with building Minix kernel on Linux - right now I just
> > have three link errors. errno is one of them. Could someone please
> > tell me where it is defined?
>
> http://groups.google.com/group/comp....ead/thread/290...
>
> ...but it's in lib/other/errno.c
>
> Regards,
>
> Jens
>
> --
> Jens de Smit
> Student Computer Science | Vrije Universiteit Amsterdam
> jfds...@few.vu.nl |http://www.few.vu.nl/~jfdsmit
> "[In the end, people] get furious at IT that the goddamn magic isn't working"
> -- Stewart Dean
Thanks Jens!