From: Ben Hutchings
Date: Sun, 04 Oct 2009 04:42:44 +0100
> From: Bastian Blank
>
> The following user-space program fails to compile:
>
> #include
> #include
> int main() { return 0; }
>
> The reason is that tests __GLIBC__ to decide whether it
> should define various structur
On Sun, Oct 04, 2009 at 04:42:44AM +0100, Ben Hutchings wrote:
> From: Bastian Blank
>
> The following user-space program fails to compile:
>
> #include
> #include
> int main() { return 0; }
>
> The reason is that tests __GLIBC__ to decide whether it
> should define various struc
From: Bastian Blank
The following user-space program fails to compile:
#include
#include
int main() { return 0; }
The reason is that tests __GLIBC__ to decide whether it
should define various structures and macros that are now defined for
user-space by , but __GLIBC__ is not defi
3 matches
Mail list logo