Home
last modified time | relevance | path

Searched hist:d741429a9b81fc62666e9be1ab4076e435195093 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigured741429a9b81fc62666e9be1ab4076e435195093 Sat Sep 12 07:36:04 CDT 2009 Blue Swirl <blauwirbel@gmail.com> Add #defines needed by OpenSolaris, fix breakage by the #defines

We need to define _XOPEN_SOURCE and __EXTENSIONS__ macros in order to get
CMSG_ and TIOCWIN macros defined. But then _POSIX_C_SOURCE gets defined, which
is (incorrectly) used as an indicator for existence of posix_memalign() in osdep.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>