|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xenpaging: remove XOPEN_SOURCE
Roger Pau Monné writes ("Re: [Xen-devel] [PATCH] xenpaging: remove
XOPEN_SOURCE"):
> 2011/12/13 Laszlo Ersek <lersek@xxxxxxxxxx>:
> > The stuff made visible by _GNU_SOURCE (with glibc) includes everything
> > _XOPEN_SOURCE makes visible [3]. [4] introduced it because of asprintf().
>
> If it's not necessary I think it's best to remove the definition, to
> avoid having a lot of useless defines all over the code.
I disagree. The purpose of these kind of macros is purely to allow
systems to claim standards-compliance and absence of namespace
pollution, by default.
The logical conclusion is that these kind of problems should be fixed
by adding more requests for platform-specific features, not removing
them.
In this case that would mean adding:
#define _NETBSD_SOURCE
If the prevalance of these kind of macros is getting irritating they
can easily be moved into a common header file somewhere.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |