bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I learn the Hurd stuff?


From: Samuel Thibault
Subject: Re: How do I learn the Hurd stuff?
Date: Thu, 30 Aug 2018 23:37:07 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Almudena Garcia, le jeu. 30 août 2018 20:43:24 +0200, a ecrit:
> If I execute "grep -R "NCPUS > 1", it returns this files ;)

> kern/machine.c:#if    NCPUS > 1
> kern/machine.c:#endif    /* NCPUS > 1 */
> kern/machine.c:#if    NCPUS > 1
> kern/machine.c:#else    /* NCPUS > 1 */
> kern/machine.c:#endif /* NCPUS > 1 */

That does not mean code duplication, but just special-casing, which is
really not surprising for an OS.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]