http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56053



Jakub Jelinek <jakub at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|                            |jakub at gcc dot gnu.org



--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-28 
12:10:57 UTC ---

Just guessing, perhaps Darwin headers define memset using __builtin_memset?

So, perhaps we should ditch #include <string.h> and define the prototypes

ourselves, then it isn't dependent on the target headers.

Reply via email to