Ignore:
Timestamp:
Mar 16, 2014, 6:39:23 PM (11 years ago)
Author:
bird
Message:

build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/sys/cdefs.h

    r3835 r3836  
    174174# define __KLIBC_COMPLEX_IMAG(a_uValue)     ( (a_uValue).__m_Imag )
    175175#else
    176 # define __KLIBC_COMPLEX_REAL(a_uValue)     real (a_uValue)
    177 # define __KLIBC_COMPLEX_IMAG(a_uValue)     imag (a_uValue)
     176# define __KLIBC_COMPLEX_REAL(a_uValue)     __real__ (a_uValue)
     177# define __KLIBC_COMPLEX_IMAG(a_uValue)     __imag__ (a_uValue)
    178178#endif
    179179
Note: See TracChangeset for help on using the changeset viewer.