Changes between Initial Version and Version 1 of Ticket #37601, comment 12


Ignore:
Timestamp:
Feb 20, 2013, 6:35:07 AM (11 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37601, comment 12

    initial v1  
    11sys/cdefs.h is not part of Libc.  It is part of xnu (xnu/bsd/sys/cdefs.h) ...
    22
    3 That being said, I removed __DARWIN_LDBL_COMPAT from sys/cdefs.h a while back since it wasn't actually needed any more.  It only had an effect on ppc64, so I removed its usage in Libc and then removed the macro from xnu.
     3That being said, I removed `__DARWIN_LDBL_COMPAT` from sys/cdefs.h a while back since it wasn't actually needed any more.  It only had an effect on ppc64, so I removed its usage in Libc and then removed the macro from xnu.
    44
    55It seems that the problem is you're somehow using an older Libc (uses the macro) with a newer cdefs.h (macro removed).